Skip to content

Commit bebb65d

Browse files
committed
fix: add extension to import
1 parent a491609 commit bebb65d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import Component, { config } from './components/SveltyPicker.svelte';
22

3-
export { parseDate, formatDate } from './utils/dateUtils';
3+
export { parseDate, formatDate } from './utils/dateUtils.js';
44

55
export default Component;
66
export { config };

0 commit comments

Comments
 (0)