Skip to content

Commit

Permalink
πŸ› Change export and import to load right data
Browse files Browse the repository at this point in the history
  • Loading branch information
clementdejoie committed Mar 14, 2024
1 parent 3816b37 commit 099c825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import tokens from "./src";
import tokens from "./src/Tokens";

export default tokens;
export {tokens};

0 comments on commit 099c825

Please sign in to comment.