We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b6b3fa commit 05fa780Copy full SHA for 05fa780
stories/home/home.story.ts
@@ -1,5 +1,8 @@
1
-import type { Story } from '@storybook/web-components';
+import type { StoryFn } from '@storybook/web-components';
2
import { html } from 'lit';
3
+
4
+import '@umbraco-ui/uui-symbol-expand/lib';
5
+import '@umbraco-ui/uui-loader-bar/lib';
6
import './home.story.element.ts';
7
8
export default {
@@ -8,4 +11,4 @@ export default {
11
component: '',
9
12
};
10
13
-export const Overview: Story = () => html`<story-home></story-home>`;
14
+export const Overview: StoryFn = () => html`<story-home></story-home>`;
0 commit comments