Skip to content

Commit

Permalink
fix: πŸ› remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
Seagyn Davis committed Oct 14, 2019
1 parent 6b73de8 commit a7fb358
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions stories/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ import { storiesOf } from '@storybook/react';
import { boolean, select, text } from '@storybook/addon-knobs';
import { Button, LinkButton } from '../src';

import { FiveHundredPx } from 'styled-icons/boxicons-logos/FiveHundredPx';

const buttonSizes = {
Small: 'sm',
Medium: 'md',
Expand Down Expand Up @@ -42,7 +40,6 @@ storiesOf('Buttons', module)
}}
size={select('Size', buttonSizes, 'md')}
variant={select('Variant', buttonVariants, 'flat')}
style={{ width: 400 }}
>
{text('Label', 'Hello Button')}
<FiveHundredPx />
Expand Down

0 comments on commit a7fb358

Please sign in to comment.