chore: remove unused cursor import
This commit is contained in:
@@ -4,7 +4,6 @@ import "./globals.css";
|
|||||||
import Header from "@/components/layout/Header";
|
import Header from "@/components/layout/Header";
|
||||||
import Footer from "@/components/layout/Footer";
|
import Footer from "@/components/layout/Footer";
|
||||||
import Container from "@/components/layout/Container";
|
import Container from "@/components/layout/Container";
|
||||||
import Cursor from "@/components/ui/Cursor";
|
|
||||||
|
|
||||||
const inter = Inter({
|
const inter = Inter({
|
||||||
variable: "--font-inter",
|
variable: "--font-inter",
|
||||||
@@ -33,7 +32,6 @@ export default function RootLayout({
|
|||||||
className={`${inter.variable} ${instrumentSerif.variable} h-full antialiased scrollbar-track-transparent scrollbar-thumb-neutral-700`}
|
className={`${inter.variable} ${instrumentSerif.variable} h-full antialiased scrollbar-track-transparent scrollbar-thumb-neutral-700`}
|
||||||
>
|
>
|
||||||
<body className="min-h-full flex flex-col font-sans">
|
<body className="min-h-full flex flex-col font-sans">
|
||||||
{/* <Cursor /> */}
|
|
||||||
<Header />
|
<Header />
|
||||||
<Container>{children}</Container>
|
<Container>{children}</Container>
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user