From 5a7e2ff2115c322afb1e3e0df36833401201ce9c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:34:24 +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 47d0826..24aa62e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,13 +1,12 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; -import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "La Cochonne des Problèmes - Party Game for Friends", description: "The ultimate party game between friends. Write anonymously, vote to guess, and discover hilarious truths that embarrass!"}; + title: "La Cochonne des Problèmes - Party Game for Friends", description: "The ultimate party game between friends. Write anonymously, vote to guess, and discover hilarious truths that embarrass!" +}; export default function RootLayout({ children, @@ -17,10 +16,7 @@ export default function RootLayout({ return ( - - - {children} - + {children}