Skip to content

Commit

Permalink
fix(types): fix svelteTime import (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
metonym authored Feb 23, 2025
1 parent 8a3c527 commit 554596b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export { dayjs } from "./dayjs";
export { svelteTime } from "./svelte-time";
export { svelteTime } from "./svelte-time.svelte";
export { default } from "./Time.svelte";

0 comments on commit 554596b

Please sign in to comment.