From 4f1181581e177dd80a76165a0f930ef4577f9c6a Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Wed, 22 Nov 2023 19:07:25 +0100 Subject: refactor(components): integrate sectioned page template into Page * replace Section component by a generic one (other components should be able to use it) * add a PageSection component * add `hasSections` prop to Page component * remove sectioned-page template --- src/components/templates/page/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/components/templates/page/index.ts') diff --git a/src/components/templates/page/index.ts b/src/components/templates/page/index.ts index 3b26326..f6d2d48 100644 --- a/src/components/templates/page/index.ts +++ b/src/components/templates/page/index.ts @@ -3,4 +3,5 @@ export * from './page-body'; export * from './page-comments'; export * from './page-footer'; export * from './page-header'; +export * from './page-section'; export * from './page-sidebar'; -- cgit v1.2.3