Adding application/jrd+json webfinger resource
This commit is contained in:
parent
7bb72ff198
commit
d5e086a47b
6 changed files with 54 additions and 10 deletions
|
@ -11,6 +11,7 @@ window.React = React;
|
|||
function loadStories () {
|
||||
require('./stories/loading_indicator.story.jsx');
|
||||
require('./stories/button.story.jsx');
|
||||
require('./stories/tabs_bar.story.jsx');
|
||||
}
|
||||
|
||||
configure(loadStories, module);
|
||||
|
|
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