Skip to content

Commit

Permalink
Update stories
Browse files Browse the repository at this point in the history
  • Loading branch information
arunoda committed Mar 25, 2016
1 parent 3a6ffb6 commit 2e4328a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion components/stories/TodoItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React from 'react';
import TodoItem from '../TodoItem';
import { storiesOf, action } from 'react-storybook';

storiesOf('Todo Item', module)
storiesOf('TodoItem', module)
.add('not completed', () => {
const todo = {
id: 'the-id',
Expand Down
2 changes: 1 addition & 1 deletion components/stories/footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import Footer from '../footer';
import Footer from '../Footer';
import { storiesOf, action } from 'react-storybook';
import {
SHOW_ALL, SHOW_COMPLETED, SHOW_ACTIVE
Expand Down
2 changes: 1 addition & 1 deletion components/stories/header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import Header from '../header';
import Header from '../Header';
import { storiesOf, action } from 'react-storybook';

storiesOf('Header', module)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.2.0",
"webpack-hot-middleware": "^2.9.1",
"react-storybook": "^0.11.0"
"@kadira/storybook": "^0.11.0"
}
}

0 comments on commit 2e4328a

Please sign in to comment.