chore: scaffold the project

This commit is contained in:
2024-04-18 15:10:31 +02:00
commit 7ba2e15940
13 changed files with 1805 additions and 0 deletions

3
src/App.tsx Normal file
View File

@@ -0,0 +1,3 @@
export function App() {
return <h1>hello, world</h1>;
}