Skip to content

Commit

Permalink
Merge pull request #162 from edx/remove-unnecessary-hyperlink-import
Browse files Browse the repository at this point in the history
style(import): remove unnecessary Hyperlink import
  • Loading branch information
jaebradley authored Mar 15, 2018
2 parents 3f31fa8 + b86b9ec commit 59b1182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hyperlink/Hyperlink.stories.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* eslint-disable import/no-extraneous-dependencies, no-console */
import React from 'react';
import { storiesOf, addDecorator } from '@storybook/react'; // eslint-disable-line no-unused-vars
import { storiesOf } from '@storybook/react';
import centered from '@storybook/addon-centered';
import { checkA11y } from '@storybook/addon-a11y';
import { action } from '@storybook/addon-actions';
Expand Down

0 comments on commit 59b1182

Please sign in to comment.