feat: auth w.i.p.

This commit is contained in:
Florian Sylvain
2024-10-09 22:44:28 +02:00
parent 7afbe2b4c3
commit 87e894ab50
16 changed files with 247 additions and 43 deletions
+2 -4
View File
@@ -1,7 +1,5 @@
<script setup lang="ts">
import NavBar from '@/components/NavBar.vue'
</script>
<script setup lang="ts"></script>
<template>
<NavBar></NavBar>
<h1 class="text-h3">Dashboard</h1>
</template>