Skip to content

Commit 950dd83

Browse files
committed
feat: update storybook to v8
1 parent 691d3c3 commit 950dd83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/contained-list/contained-list.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { moduleMetadata, Meta, Story } from "@storybook/angular";
1+
import { moduleMetadata, Meta } from "@storybook/angular";
22
import { ContainedListModule, ContainedList, ContainedListItem } from ".";
33
import { ButtonModule } from "../button";
44
import { IconModule } from "../icon";

src/tiles/expandable-tile.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { moduleMetadata, Meta, Story } from "@storybook/angular";
1+
import { moduleMetadata, Meta } from "@storybook/angular";
22
import { LayerModule } from "../layer";
33
import { ButtonModule } from "../button";
44
import { TilesModule, ExpandableTile } from "./";

0 commit comments

Comments
 (0)