feat(client): initial commit
- Initialized vite project - Added bun devshell config Signed-off-by: Noa Virellia <noa@requiem.garden>
This commit is contained in:
5
client/src/App.tsx
Normal file
5
client/src/App.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
function App() {
|
||||
return <p>Hello world</p>
|
||||
}
|
||||
|
||||
export { App }
|
||||
Reference in New Issue
Block a user