Skip to content

Commit

Permalink
chore fix linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
przemyslawspaczek committed May 23, 2019
1 parent d59b5e2 commit 7a24d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/molecules/SfSelect/SfSelect.stories.js
Expand Up @@ -4,7 +4,7 @@ import { withKnobs, text, select } from "@storybook/addon-knobs";
import { withA11y } from "@storybook/addon-a11y";
import notes from "./SfSelect.md";
import SfSelect from "./SfSelect.vue";
import SfProductOption from "../SfProductOption/SfProductOption.vue"
import SfProductOption from "../SfProductOption/SfProductOption.vue";

storiesOf("Molecules|[WIP] Select", module)
.addDecorator(withKnobs)
Expand Down

0 comments on commit 7a24d0f

Please sign in to comment.