Skip to content

Commit f81a53b

Browse files
committed
refactor: remove Footer component and its usage in AppLayout
1 parent 4289896 commit f81a53b

2 files changed

Lines changed: 0 additions & 28 deletions

File tree

src/components/layout/AppLayout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { Outlet } from 'react-router';
33
import { Toaster } from '@/components/Toaster';
44
import { cn } from '@/lib/utils';
55

6-
import { Footer } from './Footer';
76
import { Header } from './Header';
87
import { LayoutWidthProvider, useLayoutWidth } from './LayoutWidthContext';
98

@@ -29,7 +28,6 @@ function AppLayoutInner() {
2928
>
3029
<Outlet />
3130
</main>
32-
<Footer />
3331
<Toaster />
3432
</div>
3533
);

src/components/layout/Footer.tsx

Lines changed: 0 additions & 26 deletions
This file was deleted.

0 commit comments

Comments
 (0)