Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-03-09 21:56:52 +00:00

View File

@@ -2,7 +2,6 @@ import type { Metadata } from "next";
import { Inter } from "next/font/google";
import "./styles/variables.css";
import "./styles/base.css";
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
const inter = Inter({
variable: "--font-inter", subsets: ["latin"],
@@ -19,9 +18,7 @@ export default function RootLayout({
return (
<html lang="es" suppressHydrationWarning>
<body className={`${inter.variable}`}>
<ServiceWrapper>
{children}
</ServiceWrapper>
{children}
<script
dangerouslySetInnerHTML={{