mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
ES2015 first look / babeljs
This commit is contained in:
parent
5dcceaaca5
commit
445cd155e5
123 changed files with 3214 additions and 3680 deletions
7
dev/Component/Classic/Checkbox.jsx
Normal file
7
dev/Component/Classic/Checkbox.jsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
import {componentExportHelper} from 'Component/Abstract';
|
||||
import {AbstracCheckbox} from 'Component/AbstracCheckbox';
|
||||
|
||||
class ClassicCheckboxComponent extends AbstracCheckbox {}
|
||||
|
||||
module.exports = componentExportHelper(ClassicCheckboxComponent, 'ClassicCheckboxComponent');
|
||||
Loading…
Add table
Add a link
Reference in a new issue