Update src/app/layout.tsx

This commit is contained in:
2026-03-10 02:35:38 +00:00
parent 80473d8f94
commit 4fea2c342b

View File

@@ -1,8 +1,6 @@
import type { Metadata } from "next";
import { Inter_Tight } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/providers/ServiceWrapper";
import { Tag } from "@/components/ui/tag";
const interTight = Inter_Tight({
variable: "--font-inter-tight", subsets: ["latin"],
@@ -20,10 +18,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<body className={`${interTight.variable}`}>
<ServiceWrapper>
<Tag />
{children}
</ServiceWrapper>
{children}
<script
async
src="https://cdn.jsdelivr.net/npm/canvas-confetti@1.9.0/dist/confetti.browser.min.js"