From 5e368e10480052efe6f1108dc3254f64b8180443 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 22:02:52 +0100 Subject: [PATCH] Update layout.tsx --- web/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 2d6a68b..f77ca89 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -2,7 +2,7 @@ import "./globals.css" import { Inter } from "next/font/google" import type React from "react" import type { Metadata } from "next" -import Navbar from "@/components/navbar" +import ClientLayout from "@/components/ClientLayout" import MouseMoveEffect from "@/components/mouse-move-effect" const inter = Inter({ subsets: ["latin"] }) @@ -32,4 +32,4 @@ export default function RootLayout({ -import './globals.css' \ No newline at end of file +import './globals.css'