diff --git a/feedmee/src/app/layout.tsx b/feedmee/src/app/layout.tsx index de11388..3677623 100644 --- a/feedmee/src/app/layout.tsx +++ b/feedmee/src/app/layout.tsx @@ -1,17 +1,5 @@ -import type { Metadata } from "next"; -import { Geist, Geist_Mono } from "next/font/google"; import "./globals.css"; -const geistSans = Geist({ - variable: "--font-geist-sans", - subsets: ["latin"], -}); - -const geistMono = Geist_Mono({ - variable: "--font-geist-mono", - subsets: ["latin"], -}); - export const metadata = { title: "FeedMe", description: "Food ordering app", @@ -28,9 +16,7 @@ export default function RootLayout({ }>) { return ( -
+