From 5d64e4f48aa7274229089d820e4fe4500d50a80a Mon Sep 17 00:00:00 2001 From: Mike Bifulco Date: Tue, 30 Jul 2019 13:51:08 -0400 Subject: [PATCH] lint fixes --- src/stories/GymButton/index.story.js | 1 - src/stories/Link/index.story.js | 1 - 2 files changed, 2 deletions(-) diff --git a/src/stories/GymButton/index.story.js b/src/stories/GymButton/index.story.js index 5cfc9cf2..36ffa13a 100644 --- a/src/stories/GymButton/index.story.js +++ b/src/stories/GymButton/index.story.js @@ -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) diff --git a/src/stories/Link/index.story.js b/src/stories/Link/index.story.js index 758f774a..117cbc05 100644 --- a/src/stories/Link/index.story.js +++ b/src/stories/Link/index.story.js @@ -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', () => (