Skip to content

Commit d458852

Browse files
committed
fix(mui): export date picker in component mapper
1 parent ca4d601 commit d458852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-component-mapper/src/files/component-mapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Textarea from './textarea';
66
import Checkbox from './checkbox';
77
import Switch from './switch';
88
import TimePicker from './time-picker';
9-
import DatePicker from './time-picker';
9+
import DatePicker from './date-picker';
1010
import PlainText from './plain-text';
1111
import Select from './select';
1212
import Radio from './radio';

0 commit comments

Comments
 (0)