0
0
Fork 0

Add function color remaining text (#1980)

This commit is contained in:
usagi-f 2017-04-17 17:34:33 +09:00 committed by Eugen
parent be6cabb315
commit b87a08e160
3 changed files with 29 additions and 5 deletions

View file

@ -17,6 +17,7 @@ window.React = React;
function loadStories () {
require('./stories/loading_indicator.story.jsx');
require('./stories/button.story.jsx');
require('./stories/character_counter.story.jsx');
require('./stories/autosuggest_textarea.story.jsx');
}