diff --git a/apps/docs/src/components/sidebar.tsx b/apps/docs/src/components/sidebar.tsx index 2b191506..87db7d2b 100644 --- a/apps/docs/src/components/sidebar.tsx +++ b/apps/docs/src/components/sidebar.tsx @@ -1,33 +1,44 @@ -import { For } from "solid-js" +import { For, Match, Switch } from "solid-js" import { useLocation } from "@solidjs/router" import { docsConfig } from "~/config/docs" import { cn } from "~/lib/utils" +import { Badge } from "~/registry/ui/badge" export default function Sidebar() { const location = useLocation() return ( -