Setup react router

This commit is contained in:
Saud Fatayerji
2023-11-03 12:06:55 +03:00
parent fcf53c3923
commit 98a19e56a4
11 changed files with 165 additions and 107 deletions

View File

@@ -0,0 +1,10 @@
function Home() {
return (
<div>
<h2>Home</h2>
</div>
);
}
export default Home;