mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-26 06:11:15 +00:00
Update layout.tsx
This commit is contained in:
@@ -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'
|
||||
import './globals.css'
|
||||
|
Reference in New Issue
Block a user