Edit Crud, add loaders during authentication

Took 2 hours 49 minutes
This commit is contained in:
Lucàs
2023-03-26 17:02:24 +02:00
parent 668e092dd3
commit 5cc56e46ec
16 changed files with 3319 additions and 154 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ export default function Home() {
<>
<Head><title>{websiteName}</title></Head>
<Navbar/>
<Navbar variant={"fixed"}/>
<HeroBanner/>
<HomePresentation/>
</>