Add react router

This commit is contained in:
2025-11-08 22:53:14 -06:00
parent 97cbec7a10
commit 4cd6e90a00
7 changed files with 72 additions and 80 deletions
+7
View File
@@ -0,0 +1,7 @@
export default function Home() {
return (
<div id="home">
<h1>Home</h1>
</div>
);
};