import { Link } from "react-router-dom"; const HomeProfile = () => { const id = 1; return (

CHERRY

#0805

); }; export default HomeProfile;