Add initial project structure with API and web components
This commit is contained in:
8
vote-web/app/pages/home.tsx
Normal file
8
vote-web/app/pages/home.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Accueil</h1>
|
||||
<p>Bienvenue sur l'application web de vote !</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user