This commit is contained in:
IGNY8 VPS (Salman)
2025-11-18 21:13:35 +00:00
parent c4b79802ec
commit 0ee4acb6f0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -27,7 +27,7 @@ export type LayoutType =
| 'corporate';
/**
* Render site layout based on site definition.
* Render site layout based on site definition1.
*/
export function renderLayout(siteDefinition: SiteDefinition): React.ReactElement {
const layoutType = siteDefinition.layout as LayoutType;