1
This commit is contained in:
Binary file not shown.
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user