Skip to content

Commit

Permalink
fix(layer): stories missing import in wc (#18252)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariellalgilmore authored Dec 16, 2024
1 parent 4cf18d3 commit 2c2bbcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web-components/.storybook/templates/with-layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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';

/**
Expand Down

0 comments on commit 2c2bbcb

Please sign in to comment.