import Link from 'next/link'; export default function Sidebar({ open, onClose }: { open: boolean; onClose: () => void }) { return ( ); }