diff --git a/web/components/Sidebar.tsx b/web/components/Sidebar.tsx index fb7e429..f432340 100644 --- a/web/components/Sidebar.tsx +++ b/web/components/Sidebar.tsx @@ -5,6 +5,7 @@ import { usePathname } from "next/navigation"; import { clsx } from "clsx"; import { useAuth } from "@/components/AuthProvider"; import { auth } from "@/lib/api"; +import { Logo } from "./Logo"; interface NavItem { href: string; @@ -154,13 +155,7 @@ export function Sidebar() {