| 8 | import { Icons } from "@/components/icons" |
| 9 | |
| 10 | interface MobileNavProps { |
| 11 | items: MainNavItem[] |
| 12 | children?: React.ReactNode |
| 13 | } |
| 14 | |
| 15 | export function MobileNav({ items, children }: MobileNavProps) { |
| 16 | useLockBody() |
nothing calls this directly
no outgoing calls
no test coverage detected