import { Link } from "react-router-dom"; function Home() { return (

Home

About
Dashboard
Dynamic
); } export default Home;