import { useNavigate } from "react-router-dom"; export default function DevLinkProfiles() { const navigate = useNavigate(); return (