6 lines
102 B
JavaScript
6 lines
102 B
JavaScript
|
|
import resetForm from './resetForm';
|
||
|
|
import nowDate from './nowDate';
|
||
|
|
|
||
|
|
export {
|
||
|
|
resetForm, nowDate
|
||
|
|
}
|