mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 05:59:21 +03:00
Bugfix and cleanup rollup based javascript even more
This commit is contained in:
parent
7ccc44616d
commit
3983932bc0
17 changed files with 84 additions and 169 deletions
|
|
@ -1,6 +1,3 @@
|
|||
import { componentExportHelper } from 'Component/Abstract';
|
||||
import { AbstractCheckbox } from 'Component/AbstractCheckbox';
|
||||
|
||||
class CheckboxComponent extends AbstractCheckbox {}
|
||||
|
||||
export default componentExportHelper(CheckboxComponent, 'CheckboxComponent');
|
||||
export class CheckboxComponent extends AbstractCheckbox {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue