Bugfix and cleanup rollup based javascript even more

This commit is contained in:
djmaze 2021-01-27 10:59:15 +01:00
parent 7ccc44616d
commit 3983932bc0
17 changed files with 84 additions and 169 deletions

View file

@ -1,6 +1,3 @@
import { componentExportHelper } from 'Component/Abstract';
import { AbstractInput } from 'Component/AbstractInput';
class InputComponent extends AbstractInput {}
export default componentExportHelper(InputComponent, 'InputComponent');
export class InputComponent extends AbstractInput {}