Added API .env and removed "Menu" from navbar

This commit is contained in:
Alexis
2023-04-28 17:27:16 +02:00
parent 9905dc6d8c
commit 8573fe0549
9 changed files with 264 additions and 31 deletions

View File

@@ -5,7 +5,7 @@ import Navbar from "./components/navbar/Navbar.vue";
<template>
<div id="wrapper">
<Navbar />
<div id="content">
<div class="flex justify-center items-center">
<RouterView />
</div>
</div>