From 61d8ce0ff1c56ea8e2879c60240df134a6ae9b27 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:44:44 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fba4b66..690bdb0 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,12 +1,8 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import "./styles/variables.css"; -import "./styles/base.css"; -const inter = Inter({ - variable: "--font-inter", subsets: ["latin"], -}); +const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { title: "The Daily Dish", description: "Discover fresh, bold flavors in our meticulously curated selection of daily specials."}; @@ -18,9 +14,7 @@ export default function RootLayout({ }) { return ( - - {children} - + {children}