Skip to content

Commit 56710fb

Browse files
committed
hide footer (broken link)
1 parent f31ba80 commit 56710fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

algrtm/src/app/layout.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import localFont from "next/font/local";
22
import "../styles/globals.css";
3-
import Footer from "@/components/Footer";
43
import LinksSection from "@/components/LinksSection";
54
import Header from "../components/Header";
65
import { Providers } from "@/providers/providers";
@@ -22,7 +21,6 @@ export default function RootLayout({ children }) {
2221
<Header />
2322
{children}
2423
<LinksSection />
25-
<Footer />
2624
</Providers>
2725
</body>
2826
</html>

0 commit comments

Comments
 (0)