File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/alert-banner/stories Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11
11
*/
12
12
13
13
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' ;
15
15
import { AlertBannerMarkup } from './' ;
16
16
import { argTypes } from './args.js' ;
17
17
Original file line number Diff line number Diff line change 12
12
13
13
import { html , TemplateResult } from '@spectrum-web-components/base' ;
14
14
15
- import { AlertBannerVariants } from '@spectrum-web-components/alert-banner/src/AlertBanner.js ' ;
15
+ import { AlertBannerVariants } from '@spectrum-web-components/alert-banner' ;
16
16
import '@spectrum-web-components/alert-banner/sp-alert-banner.js' ;
17
17
import '@spectrum-web-components/button/sp-button.js' ;
18
18
You can’t perform that action at this time.
0 commit comments