Skip to content

Commit 8063748

Browse files
committed
temp remove layout
1 parent 567019f commit 8063748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,15 +68,15 @@ export const PageLayoutComponent: React.FC<LayoutComponentProps> = ({
6868
/>
6969
</head>
7070
<ShellComponent languageCode={languageCode} themeCode={themeCode}>
71-
<PageHeaderComponent
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-
/>
79+
/> */}
8080
</ShellComponent>
8181
</html>
8282
);

0 commit comments

Comments
 (0)