ocr / src /pages /Home.jsx
ariansyahdedy's picture
Initial commit with clean Git repository
4fb0c68
raw
history blame contribute delete
128 Bytes
import HomeDashboard from '../components/HomeDashboard';
function Home() {
return <HomeDashboard />;
}
export default Home;