From 1f7b1bb806ff59430c4bd3061a0c73163bfdc333 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 13:13:28 +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 d67ae3e..fdb878b 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/service-wrapper/ServiceWrapper"; -import { Tag } from "@/components/tag/Tag"; const inter = Inter({ subsets: ["latin"] }); export const metadata: Metadata = { - title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance."}; + title: "Synex - Premium FiveM Cheat", description: "Experience the ultimate FiveM cheat with cutting-edge features, seamless integration, and undetectable performance." +}; export default function RootLayout({ children, @@ -17,10 +16,7 @@ export default function RootLayout({ return ( - - {children} - - + {children}