import React from 'react'; import { storiesOf } from '@storybook/react'; import { Col, Row } from '../index'; const stories = storiesOf('Grid', module); stories.add('grid default', () => ( <> col-24 col-12 col-12 ));