Skip to content

Commit

Permalink
fix: Fix exports
Browse files Browse the repository at this point in the history
Signed-off-by: Samppa Saarela <samppa.saarela@iki.fi>
  • Loading branch information
ssaarela committed Aug 12, 2022
1 parent b123832 commit c4c42f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/luxon/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export * from './Vluxon';
export * from 'luxon';
export * from './luxon';

0 comments on commit c4c42f7

Please sign in to comment.