Skip to content

Commit

Permalink
Update newly added stories to work with Storyshots
Browse files Browse the repository at this point in the history
  • Loading branch information
gziolo committed Nov 14, 2019
1 parent fe1c53b commit 7abdc2e
Show file tree
Hide file tree
Showing 3 changed files with 476 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/components/src/tab-panel/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { text } from '@storybook/addon-knobs';
*/
import TabPanel from '../';

export default { title: 'TabPanel', component: TabPanel };
export default { title: 'Components|TabPanel', component: TabPanel };

export const _default = () => {
return (
Expand Down
Loading

0 comments on commit 7abdc2e

Please sign in to comment.