MCPcopy Create free account
hub / github.com/code100x/chess / SidebarProps

Interface SidebarProps

apps/frontend/src/components/sidebar.tsx:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { cn } from '@/lib/utils';
6import { useSidebar } from '@/hooks/useSidebar';
7interface SidebarProps {
8 className?: string;
9}
10
11export default function Sidebar({ className }: SidebarProps) {
12 const { isOpen, toggle } = useSidebar();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected