Skip to content

Commit

Permalink
chore(react): remove redundant import
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Feb 12, 2023
1 parent 0e18a7f commit b8bd083
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/react/src/components/Box/Box.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import {ArgsTable, Source, Story, Canvas, Meta} from '@storybook/addon-docs';
import dedent from 'ts-dedent';
import StoryConfig from '../../../.storybook/story-config.ts';
import {withDesign} from '../../../.storybook/utils.ts';
import Box from './Box.tsx';

export const meta = {
Expand Down

0 comments on commit b8bd083

Please sign in to comment.