Update layout.tsx

This commit is contained in:
MacRimi 2025-02-13 22:02:52 +01:00 committed by GitHub
parent c9359bb7f5
commit 5e368e1048
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ import "./globals.css"
import { Inter } from "next/font/google" import { Inter } from "next/font/google"
import type React from "react" import type React from "react"
import type { Metadata } from "next" import type { Metadata } from "next"
import Navbar from "@/components/navbar" import ClientLayout from "@/components/ClientLayout"
import MouseMoveEffect from "@/components/mouse-move-effect" import MouseMoveEffect from "@/components/mouse-move-effect"
const inter = Inter({ subsets: ["latin"] }) const inter = Inter({ subsets: ["latin"] })