feat: init
This commit is contained in:
8
web-app/app/routes/home.tsx
Normal file
8
web-app/app/routes/home.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
Home
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user