We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Footer
AppLayout
1 parent 4289896 commit f81a53bCopy full SHA for f81a53b
2 files changed
src/components/layout/AppLayout.tsx
@@ -3,7 +3,6 @@ import { Outlet } from 'react-router';
3
import { Toaster } from '@/components/Toaster';
4
import { cn } from '@/lib/utils';
5
6
-import { Footer } from './Footer';
7
import { Header } from './Header';
8
import { LayoutWidthProvider, useLayoutWidth } from './LayoutWidthContext';
9
@@ -29,7 +28,6 @@ function AppLayoutInner() {
29
28
>
30
<Outlet />
31
</main>
32
- <Footer />
33
<Toaster />
34
</div>
35
);
src/components/layout/Footer.tsx
0 commit comments