Skip to content

Commit

Permalink
chore: reorder exports in index
Browse files Browse the repository at this point in the history
  • Loading branch information
stropitek authored and targos committed Oct 10, 2022
1 parent a76cff9 commit 481ee20
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,9 +1,9 @@
export * from './Accordion';
export * from './Button';
export * from './Modal/ConfirmModal';
export * from './DropZone';
export * from './Header';
export * from './LayoutManager';
export * from './Modal/ConfirmModal';
export * from './Modal/Modal';
export * from './RootLayout';
export * from './Toolbar';
Expand Down

0 comments on commit 481ee20

Please sign in to comment.