index.stories.js 191 B

123456
  1. import React from 'react';
  2. import { storiesOf } from '@storybook/react';
  3. import IndexPage from '../../src/pages/index';
  4. storiesOf('Pages|Home', module).add('default', () => <IndexPage />);