Skip to content

Commit

Permalink
fix: removed colors import from palette
Browse files Browse the repository at this point in the history
  • Loading branch information
vantaboard committed Sep 24, 2021
1 parent 31bb2fd commit c814b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stories/Palette.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Meta } from '@storybook/addon-docs';
import Button from '../components/Elements/Button';
import { Center } from './Palette.styles';
import Colors from '../components/Elements/Colors';

<Meta title='Brand Identity/Palette' />

Expand All @@ -16,4 +15,3 @@ import Colors from '../components/Elements/Colors';
Secondary
</Button>
</Center>

0 comments on commit c814b4c

Please sign in to comment.