Skip to content

Commit 4da8269

Browse files
committed
fix grid story component ref
1 parent 4ec664e commit 4da8269

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)