From dcf8c4bb049c00e1418796de3a81b955c36e7fb9 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Mon, 17 Feb 2025 22:38:41 +0100 Subject: [PATCH] Update layout.tsx --- web/app/docs/layout.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index df5e869..90363b9 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -1,16 +1,15 @@ -import type React from "react" import DocSidebar from "@/components/DocSidebar" -import Footer from "@/components/footer" +import type React from "react" -export default function DocsLayout({ children }: { children: React.ReactNode }) { +export default function DocsLayout({ + children, +}: { + children: React.ReactNode +}) { return ( -