Skip to content

Commit 4692ce0

Browse files
Update src/select/select.stories.ts
Co-Authored-By: youda97 <[email protected]>
1 parent ff99078 commit 4692ce0

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/select/select.stories.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
import { storiesOf, moduleMetadata } from "@storybook/angular";
22
import { action } from "@storybook/addon-actions";
3-
import { withKnobs, select, boolean, text } from "@storybook/addon-knobs/angular";
3+
import {
4+
withKnobs,
5+
select,
6+
boolean,
7+
text
8+
} from "@storybook/addon-knobs/angular";
49

510
import { SelectModule } from "../";
611

0 commit comments

Comments
 (0)