Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Bifulco committed Jul 30, 2019
1 parent a4eeb2c commit 5d64e4f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/stories/GymButton/index.story.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
// eslint-disable-next-line import/no-extraneous-dependencies
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { GymButton } from '../../components';

storiesOf('GymButton', module)
Expand Down
1 change: 0 additions & 1 deletion src/stories/Link/index.story.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import React from 'react';
// eslint-disable-next-line import/no-extraneous-dependencies
import { storiesOf } from '@storybook/react';
import { action } from '@storybook/addon-actions';
import { Link } from '../../components';

storiesOf('Link', module).add('Standard link', () => (
Expand Down

0 comments on commit 5d64e4f

Please sign in to comment.