Adding application/jrd+json webfinger resource
This commit is contained in:
parent
7bb72ff198
commit
d5e086a47b
6 changed files with 54 additions and 10 deletions
6
storybook/stories/tabs_bar.story.jsx
Normal file
6
storybook/stories/tabs_bar.story.jsx
Normal file
|
@ -0,0 +1,6 @@
|
|||
import TabsBar from '../../app/assets/javascripts/components/features/ui/components/tabs_bar.jsx'
|
||||
|
||||
storiesOf('TabsBar', module)
|
||||
.add('default state', () => (
|
||||
<TabsBar />
|
||||
));
|
Loading…
Add table
Add a link
Reference in a new issue