Rename chartwithgrid story

This commit is contained in:
2018-07-02 10:08:00 +05:30
parent cf246a1778
commit 8ffd753367
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ import { action } from '@storybook/addon-actions';
import { linkTo } from '@storybook/addon-links';
import { Button, Welcome } from '@storybook/react/demo';
import ChartWithGrid from './ChartWithGrid';
import ChartWithGrid from './ChartWithGridArea';
storiesOf('Welcome', module).add('to Storybook', () => <Welcome showApp={linkTo('Button')} />);