mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-14 19:56:52 +00:00
Update layout.tsx
This commit is contained in:
parent
c9359bb7f5
commit
5e368e1048
@ -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"] })
|
||||||
@ -32,4 +32,4 @@ export default function RootLayout({
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
import './globals.css'
|
import './globals.css'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user