4fb0c68
1
2
3
4
5
6
7
8
import HomeDashboard from '../components/HomeDashboard'; function Home() { return <HomeDashboard />; } export default Home;