We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8063748 commit 7b4d9efCopy full SHA for 7b4d9ef
src/features/common/components/layout/page-layout/page-layout.component.tsx
@@ -67,17 +67,17 @@ export const PageLayoutComponent: React.FC<LayoutComponentProps> = ({
67
}}
68
/>
69
</head>
70
- <ShellComponent languageCode={languageCode} themeCode={themeCode}>
71
- {/* <PageHeaderComponent
+ {/* <ShellComponent languageCode={languageCode} themeCode={themeCode}>
+ <PageHeaderComponent
72
languageCode={languageCode}
73
themeCode={themeCode}
74
75
<main className={styles.main}>{children}</main>
76
<FooterComponent
77
78
dictionary={layoutDictionary.footer}
79
- /> */}
80
- </ShellComponent>
+ />
+ </ShellComponent> */}
81
</html>
82
);
83
};
0 commit comments