Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jun 11, 2020
1 parent 55a9eaa commit 0f7aa7f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions examples/react/src/stories/csf.stories.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import React from 'react';

import { storiesOf } from '@storybook/react';
import { linkTo } from '@storybook/addon-links';

const Box = ({ color }) => (
<div style={{ width: 100, height: 100, background: color }} />
);
Expand Down

0 comments on commit 0f7aa7f

Please sign in to comment.