From 16a0b9d8517bb87442bffc3800fc7a5210ab0673 Mon Sep 17 00:00:00 2001 From: eduardoformiga Date: Wed, 26 Feb 2025 19:03:03 -0300 Subject: [PATCH] exports Section --- packages/core/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/core/index.ts b/packages/core/index.ts index 1a444d5408..56394887a6 100644 --- a/packages/core/index.ts +++ b/packages/core/index.ts @@ -24,3 +24,4 @@ export { default as ProductDetailsSection } from './src/components/sections/Prod export { default as ProductGallerySection } from './src/components/sections/ProductGallery' export { default as ProductShelfSection } from './src/components/sections/ProductShelf' export { default as RegionBarSection } from './src/components/sections/RegionBar' +export { default as Section } from './src/components/sections/Section'