Skip to content

Commit 79d31e5

Browse files
MytsVmaany
authored andcommitted
Remove the footer
1 parent 21ee8e0 commit 79d31e5

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/component-library/features/layout/Footer.tsx

-7
This file was deleted.

src/component-library/pages/Layout.tsx

-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import React, { ReactNode } from 'react';
44
import { Header } from '@/component-library/features/layout/Header';
5-
import { Footer } from '@/component-library/features/layout/Footer';
65
import { Toaster } from '@/component-library/atoms/toast/Toaster';
76
import { useQuery } from '@tanstack/react-query';
87
import { SiteHeaderViewModel } from '@/lib/infrastructure/data/view-model/site-header';
@@ -46,7 +45,6 @@ export const Layout = ({ children }: LayoutProps) => {
4645
<Header siteHeader={siteHeaderViewModel} siteHeaderError={siteHeaderError} isSiteHeaderFetching={isSiteHeaderFetching} />
4746
<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>
4847
<Toaster />
49-
<Footer />
5048
</div>
5149
);
5250
};

0 commit comments

Comments
 (0)