From c8ea468f91c0486278fb68151ccf0256f00e2b94 Mon Sep 17 00:00:00 2001 From: Jonas Schell Date: Mon, 16 Sep 2024 12:21:47 +0200 Subject: [PATCH] clean up layout --- frontend/app/layout.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/app/layout.tsx b/frontend/app/layout.tsx index 1a3f9568..a3841311 100644 --- a/frontend/app/layout.tsx +++ b/frontend/app/layout.tsx @@ -1,11 +1,5 @@ -import type { Metadata } from "next"; import "./globals.css"; -export const metadata: Metadata = { - title: "Create Next App", - description: "Generated by create next app", -}; - export default function RootLayout({ children, }: Readonly<{