mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 07:27:04 +03:00
Add prettier
This commit is contained in:
parent
08da3030b0
commit
450528ff00
61 changed files with 516 additions and 1456 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
import {componentExportHelper} from 'Component/Abstract';
|
||||
import {AbstracRadio} from 'Component/AbstracRadio';
|
||||
import {AbstractRadio} from 'Component/AbstractRadio';
|
||||
|
||||
class RadioComponent extends AbstracRadio {}
|
||||
class RadioComponent extends AbstractRadio {}
|
||||
|
||||
export default componentExportHelper(RadioComponent, 'RadioComponent');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue