zhgdyun/src/util/index.js

6 lines
102 B
JavaScript
Raw Normal View History

2022-06-08 14:51:11 +08:00
import resetForm from './resetForm';
import nowDate from './nowDate';
export {
resetForm, nowDate
}