1
0
mirror of https://github.com/mastodon/mastodon synced 2024-12-19 17:18:25 +09: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 />
));