0
0
Fork 0

Adding application/jrd+json webfinger resource

This commit is contained in:
Eugen Rochko 2016-10-18 02:54:49 +02:00
parent 7bb72ff198
commit d5e086a47b
6 changed files with 54 additions and 10 deletions

View file

@ -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);