From 8cab8dc58cdcdfb089256b37799b3bc18d767c41 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 05:06:54 +0000 Subject: [PATCH] Update src/app/layout.tsx --- src/app/layout.tsx | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index be02112..91dd405 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,11 +1,10 @@ import type { Metadata } from "next"; -import { ServiceWrapper } from "@/providers/service/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; import "./styles/variables.css"; import "./styles/base.css"; export const metadata: Metadata = { - title: "Le Artisan Boulangerie", description: "A quaint, light-filled bakery offering classic pastries and global eats in a laid-back atmosphere."}; + title: "Le Artisan Boulangerie", description: "A quaint, light-filled bakery offering classic pastries and global eats in a laid-back atmosphere." +}; export default function RootLayout({ children, @@ -15,10 +14,7 @@ export default function RootLayout({ return ( - - {children} - - + {children}