mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Add datepicker component (#716)
This commit is contained in:
parent
8285bf02fe
commit
68890f8083
6 changed files with 39 additions and 0 deletions
7
dev/Component/Date.jsx
Normal file
7
dev/Component/Date.jsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
import {componentExportHelper} from 'Component/Abstract';
|
||||
import {AbstractInput} from 'Component/AbstractInput';
|
||||
|
||||
class DateComponent extends AbstractInput {}
|
||||
|
||||
module.exports = componentExportHelper(DateComponent, 'DateComponent');
|
||||
Loading…
Add table
Add a link
Reference in a new issue