diff --git a/packages/web-components/.storybook/templates/with-layer.ts b/packages/web-components/.storybook/templates/with-layer.ts index 4271e7d2deb5..cdd18232bcc7 100644 --- a/packages/web-components/.storybook/templates/with-layer.ts +++ b/packages/web-components/.storybook/templates/with-layer.ts @@ -11,7 +11,7 @@ import { LitElement, html } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import Layers from '@carbon/icons/lib/layers/16.js'; import { prefix } from '../../src/globals/settings'; - +import '../../src/components/layer/index.js'; import styles from './with-layer.scss?lit'; /**