Merge version_3 into main #4
@@ -2,7 +2,6 @@ import type { Metadata } from "next";
|
||||
import { Inter_Tight } from "next/font/google";
|
||||
import "./styles/variables.css";
|
||||
import "./styles/base.css";
|
||||
import { ServiceWrapper } from "@/providers/serviceWrapper/ServiceWrapper";
|
||||
|
||||
const interTight = Inter_Tight({
|
||||
variable: "--font-inter-tight", subsets: ["latin"],
|
||||
@@ -33,7 +32,7 @@ export default function RootLayout({
|
||||
/>
|
||||
</head>
|
||||
<body className={`${interTight.variable}`} suppressHydrationWarning>
|
||||
<ServiceWrapper>{children}</ServiceWrapper>
|
||||
{children}
|
||||
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
|
||||
Reference in New Issue
Block a user