migration wip
This commit is contained in:
6
components/content/index.ts
Normal file
6
components/content/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Content Components Export
|
||||
export { Hero, HeroContent, HeroActions } from './Hero';
|
||||
export { Section, SectionHeader, SectionContent, SectionGrid } from './Section';
|
||||
export { FeaturedImage, Avatar, ImageGallery } from './FeaturedImage';
|
||||
export { Breadcrumbs, BreadcrumbsCompact, BreadcrumbsSimple } from './Breadcrumbs';
|
||||
export { ContentRenderer, ContentBlock, RichText } from './ContentRenderer';
|
||||
Reference in New Issue
Block a user