Skip to content

Commit 7b4d9ef

Browse files
committed
temp comment shell component
1 parent 8063748 commit 7b4d9ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/features/common/components/layout/page-layout/page-layout.component.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ export const PageLayoutComponent: React.FC<LayoutComponentProps> = ({
6767
}}
6868
/>
6969
</head>
70-
<ShellComponent languageCode={languageCode} themeCode={themeCode}>
71-
{/* <PageHeaderComponent
70+
{/* <ShellComponent languageCode={languageCode} themeCode={themeCode}>
71+
<PageHeaderComponent
7272
languageCode={languageCode}
7373
themeCode={themeCode}
7474
/>
7575
<main className={styles.main}>{children}</main>
7676
<FooterComponent
7777
languageCode={languageCode}
7878
dictionary={layoutDictionary.footer}
79-
/> */}
80-
</ShellComponent>
79+
/>
80+
</ShellComponent> */}
8181
</html>
8282
);
8383
};

0 commit comments

Comments
 (0)