Skip to content

Commit d841278

Browse files
committedMar 23, 2023
fix(exorts): fix broken DateInput export
1 parent 310df27 commit d841278

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎index.mjs

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {
55
Checkbox,
66
CustomCard,
77
Datatable,
8-
DateInput,
98
Dialog,
109
Drawer,
1110
Fab,
@@ -29,7 +28,7 @@ import {
2928
setNotice,
3029
} from './components/mdc/index.js'
3130

32-
import { Badge, FileDropArea, Form, SearchableSelect, StaticChip } from './components/custom/index.js'
31+
import { Badge, DateInput, FileDropArea, Form, SearchableSelect, StaticChip } from './components/custom/index.js'
3332

3433
export {
3534
actions,

0 commit comments

Comments
 (0)
Please sign in to comment.