@spartacus/storefront
Version:
Spartacus Storefront is a package that you can include in your application, which allows you to add default storefront features.
11 lines (10 loc) • 523 B
TypeScript
export * from './banner/banner.component';
export * from './banner/banner.module';
export * from './banner-carousel/banner-carousel.component';
export * from './banner-carousel/banner-carousel.module';
export * from './link/link.component';
export * from './link/link.module';
export * from './paragraph/paragraph.component';
export * from './paragraph/paragraph.module';
export * from './tab-paragraph-container/tab-paragraph-container.component';
export * from './tab-paragraph-container/tab-paragraph-container.module';