Skip to content

Commit 4b1e94a

Browse files
authored
Merge pull request #182 from mashmatrix/fix-grid-story-ref
Fix grid component ref in grid stories
2 parents 4ec664e + 4da8269 commit 4b1e94a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

stories/GridStories.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import React from 'react';
22
import { storiesOf } from '@kadira/storybook';
33
import { withKnobs } from '@kadira/storybook-addon-knobs';
4-
import { Grid } from '../src/scripts/Grid';
5-
6-
const { Row, Col } = Grid;
4+
import { Grid, Row, Col } from '../src/scripts';
75

86
const Box = ({ children }) => {
97
const styles = {

0 commit comments

Comments
 (0)