Commit 79d31e5 1 parent 21ee8e0 commit 79d31e5 Copy full SHA for 79d31e5
File tree 2 files changed +0
-9
lines changed
2 files changed +0
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2
2
3
3
import React , { ReactNode } from 'react' ;
4
4
import { Header } from '@/component-library/features/layout/Header' ;
5
- import { Footer } from '@/component-library/features/layout/Footer' ;
6
5
import { Toaster } from '@/component-library/atoms/toast/Toaster' ;
7
6
import { useQuery } from '@tanstack/react-query' ;
8
7
import { SiteHeaderViewModel } from '@/lib/infrastructure/data/view-model/site-header' ;
@@ -46,7 +45,6 @@ export const Layout = ({ children }: LayoutProps) => {
46
45
< Header siteHeader = { siteHeaderViewModel } siteHeaderError = { siteHeaderError } isSiteHeaderFetching = { isSiteHeaderFetching } />
47
46
< main className = "flex flex-col grow px-4 py-6 sm:px-8 md:px-12 lg:px-24 xl:px-32 2xl:px-48 3xl:px-64" > { children } </ main >
48
47
< Toaster />
49
- < Footer />
50
48
</ div >
51
49
) ;
52
50
} ;
You can’t perform that action at this time.
0 commit comments