From ddbe4fa61425f6a871a23238ce15a0929e201e6e Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 17 Jul 2023 15:08:57 -0400 Subject: Modularizing certain elements; Working information section --- app/layout.js | 44 ++++++-------------------------------------- 1 file changed, 6 insertions(+), 38 deletions(-) (limited to 'app/layout.js') diff --git a/app/layout.js b/app/layout.js index 97c14ab..fa5c790 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,7 +1,7 @@ import './globals.css' import { Exo } from 'next/font/google' -import Link from 'next/link' -import Image from "next/image"; +import Navbar from "@/components/Navbar"; +import PSA from "@/components/PSA"; const exo = Exo({ subsets: ['latin'] }) @@ -18,43 +18,11 @@ export default function RootLayout({ children }) {
- aircs.racing ↗ - alee14.me ↗ + aircs.racing ↗ + alee14.me ↗
- + + {children}