Skip to content

Commit

Permalink
clean up layout
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocupe committed Sep 16, 2024
1 parent e880492 commit c8ea468
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions frontend/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -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<{
Expand Down

0 comments on commit c8ea468

Please sign in to comment.