Skip to content

Commit

Permalink
chore: remove default export of tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 12, 2023
1 parent fd4a25e commit 0c40aa0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/design-system/src/components/Tabs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,3 @@ import TabsAsLinkList from './variants/TabsAsLinkList';
import TabsKit from './variants/TabsKit';

export { Tab, Tabs, TabsKit, TabsAsLinkList };

export default TabsKit;

0 comments on commit 0c40aa0

Please sign in to comment.