We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a491609 commit bebb65dCopy full SHA for bebb65d
src/lib/index.js
@@ -1,6 +1,6 @@
1
import Component, { config } from './components/SveltyPicker.svelte';
2
3
-export { parseDate, formatDate } from './utils/dateUtils';
+export { parseDate, formatDate } from './utils/dateUtils.js';
4
5
export default Component;
6
export { config };
0 commit comments