mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
*.jsx -> *.js
This commit is contained in:
parent
0a2b826f71
commit
e88c193334
98 changed files with 341 additions and 340 deletions
7
dev/Component/Checkbox.js
Normal file
7
dev/Component/Checkbox.js
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
import {componentExportHelper} from 'Component/Abstract';
|
||||
import {AbstracCheckbox} from 'Component/AbstracCheckbox';
|
||||
|
||||
class CheckboxComponent extends AbstracCheckbox {}
|
||||
|
||||
module.exports = componentExportHelper(CheckboxComponent, 'CheckboxComponent');
|
||||
Loading…
Add table
Add a link
Reference in a new issue