Update src/app/layout.tsx
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
import type { Metadata } from "next";
|
||||
import { ThemeProvider as RootThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import { ServiceWrapper } from "@/providers/ServiceWrapper";
|
||||
import { Tag } from "@/components/tag/Tag";
|
||||
import "./globals.css";
|
||||
import { DM_Sans } from "next/font/google";
|
||||
|
||||
@@ -21,10 +18,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body className={`${dmSans.variable} antialiased`}>
|
||||
<ServiceWrapper>
|
||||
<Tag />
|
||||
{children}
|
||||
</ServiceWrapper>
|
||||
{children}
|
||||
<script>
|
||||
{`
|
||||
(function() {
|
||||
@@ -1407,4 +1401,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user