import { Link } from "react-router-dom"; const Profile = () => { const id = 1; return (
<>
); }; export default Profile;