Added basic frontend

This commit is contained in:
Lukian 2025-03-24 10:49:09 +01:00
parent eb0136097e
commit ae1fea3790
12 changed files with 411 additions and 155 deletions

7
front/src/pages/Home.tsx Normal file
View file

@ -0,0 +1,7 @@
export default function Home() {
return (
<div>
<h1>Home</h1>
</div>
)
}