This commit is contained in:
IGNY8 VPS (Salman)
2025-11-18 21:31:04 +00:00
parent 0ee4acb6f0
commit 8ab15d1d79
3 changed files with 280 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ export type LayoutType =
| 'corporate';
/**
* Render site layout based on site definition1.
* Render site layout based on site definition.
*/
export function renderLayout(siteDefinition: SiteDefinition): React.ReactElement {
const layoutType = siteDefinition.layout as LayoutType;
@@ -276,4 +276,3 @@ function renderCorporateLayout(siteDefinition: SiteDefinition): React.ReactEleme
}
// Note: Navigation and page rendering are now handled within each layout component