Skip to content

Commit 4cc8d12

Browse files
author
Maged Hennawy
committed
Fix formatting
1 parent f6e56a0 commit 4cc8d12

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/timepicker/timepicker.stories.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ import { action } from "@storybook/addon-actions";
22
import { TimePickerSelectModule } from "../timepicker-select/timepicker-select.module";
33
import { TimePickerModule } from "./timepicker.module";
44
import { storiesOf, moduleMetadata } from "@storybook/angular";
5-
import { withKnobs, boolean, text, select } from "@storybook/addon-knobs/angular";
5+
import {
6+
withKnobs,
7+
boolean,
8+
text,
9+
select
10+
} from "@storybook/addon-knobs/angular";
611
import { ExperimentalModule } from "..";
712

813
storiesOf("Time Picker", module)

0 commit comments

Comments
 (0)