import type { ReactNode } from "react" export function SideNav({ heading, children, }: { heading: ReactNode children: ReactNode }) { return ( ) }