import { Link, useLocation } from 'react-router-dom' export default function Sidebar(){const { pathname } = useLocation(); const item=(to:string,label:string)=> ({label}); return ()}