Skip to content

Commit 554596b

Browse files
authored
fix(types): fix svelteTime import (#57)
1 parent 8a3c527 commit 554596b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
export { dayjs } from "./dayjs";
2-
export { svelteTime } from "./svelte-time";
2+
export { svelteTime } from "./svelte-time.svelte";
33
export { default } from "./Time.svelte";

0 commit comments

Comments
 (0)