phase-7: add reusable input-output widget library and default registry

This commit is contained in:
sdarbinyan
2026-07-03 01:36:27 +04:00
parent 3f00884f33
commit 92c2f26780
5 changed files with 155 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
export * from './footer-navigation-widget.component';
export * from './hero-widget.component';
export * from './product-carousel-widget.component';