Files
marketplaces/src/app/widgets/ui/index.ts

6 lines
239 B
TypeScript
Raw Normal View History

export * from './categories-widget.component';
export * from './footer-navigation-widget.component';
export * from './hero-widget.component';
export * from './product-carousel-widget.component';
export * from './unknown-widget.component';