mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
8 lines
233 B
React
8 lines
233 B
React
|
|
||
|
import {componentExportHelper} from 'Component/Abstract';
|
||
|
import {AbstracRadio} from 'Component/AbstracRadio';
|
||
|
|
||
|
class RadioComponent extends AbstracRadio {}
|
||
|
|
||
|
module.exports = componentExportHelper(RadioComponent, 'RadioComponent');
|