nouveau fichier : front/src/components/ClickableLink.tsx

nouveau fichier : front/src/components/LogoButton.tsx
	nouveau fichier : front/src/components/NavBar.tsx
	modifié :         front/src/main.tsx
	modifié :         front/src/pages/MainPage.tsx
This commit is contained in:
ChenNux 2024-12-05 21:34:24 +01:00
parent ebf4620640
commit 265157bbe1
5 changed files with 28 additions and 5 deletions

View file

@ -1,10 +1,9 @@
import NavBar from '../components/NavBar.tsx'
export default function MainPage() {
return (
<div>
<h1>Main Page</h1>
<NavBar />
</div>
)
}