diff --git a/apps/2023/app/layout.tsx b/apps/2023/app/layout.tsx index c10aa03..da1813e 100644 --- a/apps/2023/app/layout.tsx +++ b/apps/2023/app/layout.tsx @@ -3,6 +3,7 @@ import Navbar from "@repo/ui/components/shared/2023/layout/navbar"; import "@repo/ui/globals.css"; import type { Metadata } from "next"; import { Inter } from "next/font/google"; +import Head from "next/head"; const inter = Inter({ subsets: ["latin"] }); @@ -18,34 +19,20 @@ export default function RootLayout({ }): JSX.Element { return ( - {/* */} - - - - - - - + {children}