From 3180fbe29ae9064fdaffb38229bd1dd09d58cbcf Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 11:53:41 +0100 Subject: [PATCH] Update --- web/app/docs/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index 0037746..972ab96 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -1,5 +1,5 @@ import type { ReactNode } from "react" -import DocSidebar from "@/components/doc-sidebar" +import DocSidebar from "@/components/DocSidebar" interface LayoutProps { children: ReactNode