Skip to content

Commit

Permalink
Refs #25542 - Move page chunks into their own section
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Strachota committed Dec 5, 2018
1 parent 40a1225 commit 7aa8113
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
Expand Up @@ -5,7 +5,7 @@ import BookmarkModal from './SearchModal';
import storeDecorator from '../../../../../stories/storeDecorator';
import Story from '../../../../../stories/components/Story';

storiesOf('Components/Bookmarks', module)
storiesOf('Page chunks/Bookmarks', module)
.addDecorator(storeDecorator)
.add('Form', () => (
<Story>
Expand Down
Expand Up @@ -15,7 +15,7 @@ const mockStore = configureMockStore([thunk]);

const dataProp = { id: 1, title: 'test title' };

storiesOf('Components/FactChartModal', module)
storiesOf('Page chunks/FactChartModal', module)
.add('ModalClosed', () => (
<Story>
<FactChart
Expand Down
Expand Up @@ -37,7 +37,8 @@ const initializeMocks = () => {
});
};

storiesOf('Components/Host VMWare Storage', module)

storiesOf('Page chunks/Host VMWare Storage', module)
.add('default state for new host', () => {
initializeMocks();
return (
Expand Down

0 comments on commit 7aa8113

Please sign in to comment.