Skip to content

Commit 34328e3

Browse files
committed
docs(uui-input): add missing imports for icon
1 parent 22c002a commit 34328e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/uui-input/lib/uui-input.story.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
import '@umbraco-ui/uui-button/lib';
22
import '@umbraco-ui/uui-input/lib';
3+
import '@umbraco-ui/uui-icon-registry-essential/lib';
4+
import '@umbraco-ui/uui-icon/lib';
35

46
import { Story } from '@storybook/web-components';
57
import { html } from 'lit';

0 commit comments

Comments
 (0)