From d9d4638b0cfa10fa353e2e1d08a8b8fe3b079710 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 19:23:52 +0100 Subject: [PATCH] Update layout.tsx --- web/app/layout.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/web/app/layout.tsx b/web/app/layout.tsx index 60f5916..d3f878f 100644 --- a/web/app/layout.tsx +++ b/web/app/layout.tsx @@ -2,7 +2,6 @@ import "./globals.css" import { Inter } from "next/font/google" import Navbar from "@/components/navbar" import MouseMoveEffect from "@/components/mouse-move-effect" -import DocSidebar from "@/components/DocSidebar" import type React from "react" import type { Metadata } from "next" @@ -67,10 +66,7 @@ export default function RootLayout({ -
- -
{children}
-
+
{children}
)