Skip to content

Commit

Permalink
fix: eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
victormendes5 committed Dec 19, 2018
1 parent 2453a67 commit c644eff
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions storybook/stories/input/input.stories.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
import { storiesOf } from '@storybook/vue';
import { action } from '@storybook/addon-actions';
import { linkTo } from '@storybook/addon-links';

import StorybookInput from './Input';

const stories = storiesOf('Input', module);

stories
.add('List of input types', () => ({
components: { StorybookInput },
template: '<storybook-Input />'
}));
.add('List of input types', () => ({
components: { StorybookInput },
template: '<storybook-Input />',
}));

0 comments on commit c644eff

Please sign in to comment.