Skip to content

Commit

Permalink
Fix date_types.js import in utils/index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
techniq committed Mar 7, 2024
1 parent 480f98f commit 9b926b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/large-dragons-play.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"svelte-ux": patch
---

Fix date_types.js import in utils/index.ts
2 changes: 1 addition & 1 deletion packages/svelte-ux/src/lib/utils/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// top-level exports
export { formatDate } from './date.js';
export { PeriodType, DayOfWeek, DateToken } from './date_types.js';
export * from 'date_types.js';
export * from './date_types.js';
export * from './file.js';
export {
format,
Expand Down

0 comments on commit 9b926b4

Please sign in to comment.