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 4cf18d3 commit 2c2bbcbCopy full SHA for 2c2bbcb
packages/web-components/.storybook/templates/with-layer.ts
@@ -11,7 +11,7 @@ import { LitElement, html } from 'lit';
11
import { customElement, property } from 'lit/decorators.js';
12
import Layers from '@carbon/icons/lib/layers/16.js';
13
import { prefix } from '../../src/globals/settings';
14
-
+import '../../src/components/layer/index.js';
15
import styles from './with-layer.scss?lit';
16
17
/**
0 commit comments