We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f31ba80 commit 56710fbCopy full SHA for 56710fb
algrtm/src/app/layout.js
@@ -1,6 +1,5 @@
1
import localFont from "next/font/local";
2
import "../styles/globals.css";
3
-import Footer from "@/components/Footer";
4
import LinksSection from "@/components/LinksSection";
5
import Header from "../components/Header";
6
import { Providers } from "@/providers/providers";
@@ -22,7 +21,6 @@ export default function RootLayout({ children }) {
22
21
<Header />
23
{children}
24
<LinksSection />
25
- <Footer />
26
</Providers>
27
</body>
28
</html>
0 commit comments