Skip to content

Commit

Permalink
refactor: reorder exports
Browse files Browse the repository at this point in the history
  • Loading branch information
adamalston committed Nov 20, 2023
1 parent 42b07bd commit 8383a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export * from './Buttons';
export * from './Content';
export * from './Footer';
export * from './Particles';
export * from './Toggle';
export * from './Buttons';

0 comments on commit 8383a17

Please sign in to comment.