Add Footer component to demo-2: implement basic layout, links, and integrate into layout.tsx
This commit is contained in:
@@ -3,6 +3,7 @@ import {Geist, Geist_Mono} from "next/font/google";
|
||||
import "./globals.css";
|
||||
import Navbar from "@/components/Navbar";
|
||||
import React from "react";
|
||||
import Footer from "@/components/Footer";
|
||||
|
||||
const geistSans = Geist({
|
||||
variable: "--font-geist-sans",
|
||||
@@ -31,6 +32,7 @@ export default function RootLayout({
|
||||
>
|
||||
<Navbar/>
|
||||
{children}
|
||||
<Footer/>
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user