Skip to content

Commit 2cf0b5b

Browse files
committed
chore(alert-banner): update import paths for AlertBannerVariants
1 parent bedbb90 commit 2cf0b5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/alert-banner/stories/alert-banner.stories.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
import { html, TemplateResult } from '@spectrum-web-components/base';
14-
import { AlertBannerVariants } from '@spectrum-web-components/alert-banner/src/AlertBanner.js';
14+
import { AlertBannerVariants } from '@spectrum-web-components/alert-banner';
1515
import { AlertBannerMarkup } from './';
1616
import { argTypes } from './args.js';
1717

packages/alert-banner/stories/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
import { html, TemplateResult } from '@spectrum-web-components/base';
1414

15-
import { AlertBannerVariants } from '@spectrum-web-components/alert-banner/src/AlertBanner.js';
15+
import { AlertBannerVariants } from '@spectrum-web-components/alert-banner';
1616
import '@spectrum-web-components/alert-banner/sp-alert-banner.js';
1717
import '@spectrum-web-components/button/sp-button.js';
1818

0 commit comments

Comments
 (0)