Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfrancois committed Oct 16, 2023
1 parent fad9db1 commit c8a9914
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/design-system/src/stories/navigation/Tabs.stories.tsx
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
import { useState } from 'react';
import { BrowserRouter, Link as RouterLink } from 'react-router-dom';
import {
TabsAsLinkList,
StackHorizontal,
StackVertical,
Tabs,
TabsProvider,
Tab,
TabPanel,
InlineMessage,
} from '../../';
import { StackHorizontal, StackVertical, Tabs, TabsProvider, Tab, TabPanel } from '../../';

export default { component: Tabs, title: 'Navigation/Tabs' };

Expand Down

0 comments on commit c8a9914

Please sign in to comment.