generated from lucien/actix-react-template
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:
parent
ebf4620640
commit
265157bbe1
5 changed files with 28 additions and 5 deletions
|
@ -1,10 +1,9 @@
|
|||
|
||||
|
||||
import NavBar from '../components/NavBar.tsx'
|
||||
|
||||
export default function MainPage() {
|
||||
return (
|
||||
<div>
|
||||
<h1>Main Page</h1>
|
||||
<NavBar />
|
||||
</div>
|
||||
)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue