Skip to content

Remove unnecessary import from react-button example#16

Open
rjatkinson2 wants to merge 1 commit intokadira-samples:masterfrom
rjatkinson2:patch-1
Open

Remove unnecessary import from react-button example#16
rjatkinson2 wants to merge 1 commit intokadira-samples:masterfrom
rjatkinson2:patch-1

Conversation

@rjatkinson2
Copy link

import { action } from '@kadira/storybook' created an unused import.

`import { action } from '@kadira/storybook'` created an unused import.
@crashuniverse
Copy link

LGTM.

This also removes the only eslint problem.

> eslint src
  2:21  error  'action' is defined but never used  no-unused-vars
✖ 1 problem (1 error, 0 warnings)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments