Skip to content

Commit 2c2bbcb

Browse files
fix(layer): stories missing import in wc (#18252)
1 parent 4cf18d3 commit 2c2bbcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web-components/.storybook/templates/with-layer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import { LitElement, html } from 'lit';
1111
import { customElement, property } from 'lit/decorators.js';
1212
import Layers from '@carbon/icons/lib/layers/16.js';
1313
import { prefix } from '../../src/globals/settings';
14-
14+
import '../../src/components/layer/index.js';
1515
import styles from './with-layer.scss?lit';
1616

1717
/**

0 commit comments

Comments
 (0)