0
0
Fork 0
mirror of https://github.com/lunaisnotaboy/mastodon.git synced 2025-03-26 12:00:07 +00:00
mastodon/storybook/stories/tabs_bar.story.jsx

7 lines
182 B
React
Raw Normal View History

import TabsBar from '../../app/assets/javascripts/components/features/ui/components/tabs_bar.jsx'
storiesOf('TabsBar', module)
.add('default state', () => (
<TabsBar />
));