/** Biome-ignore-all lint/a11y/noNoninteractiveElementToInteractiveRole: */ import type { HTMLAttributes } from "corvos/plugins/jsx.ts"; export type Props = HTMLAttributes<"nav">; export const SideNav = ({ class: cls, ...props }: Props) => (