Merge version_3 into main #6
@@ -1,8 +1,6 @@
|
||||
import type { Metadata } from "next";
|
||||
import { Lora } from "next/font/google";
|
||||
import "./globals.css";
|
||||
import { ServiceWrapper } from "@/components/wrapper/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
|
||||
const lora = Lora({
|
||||
variable: "--font-lora", subsets: ["latin", "cyrillic"],
|
||||
@@ -20,10 +18,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="ru" suppressHydrationWarning>
|
||||
<body className={`${lora.variable} antialiased`}>
|
||||
<ServiceWrapper>
|
||||
{children}
|
||||
<Tag />
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script
|
||||
dangerouslySetInnerHTML={{
|
||||
__html: `
|
||||
|
||||
Reference in New Issue
Block a user