Skip to content

Commit 05fa780

Browse files
committed
fix home story
1 parent 1b6b3fa commit 05fa780

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

stories/home/home.story.ts

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1-
import type { Story } from '@storybook/web-components';
1+
import type { StoryFn } from '@storybook/web-components';
22
import { html } from 'lit';
3+
4+
import '@umbraco-ui/uui-symbol-expand/lib';
5+
import '@umbraco-ui/uui-loader-bar/lib';
36
import './home.story.element.ts';
47

58
export default {
@@ -8,4 +11,4 @@ export default {
811
component: '',
912
};
1013

11-
export const Overview: Story = () => html`<story-home></story-home>`;
14+
export const Overview: StoryFn = () => html`<story-home></story-home>`;

0 commit comments

Comments
 (0)