generated from lucien/api-template
Added basic frontend
This commit is contained in:
parent
eb0136097e
commit
ae1fea3790
12 changed files with 411 additions and 155 deletions
7
front/src/pages/Home.tsx
Normal file
7
front/src/pages/Home.tsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
export default function Home() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue