feat(fe): started working on header

This commit is contained in:
Marco Cavalli 2025-02-28 17:46:06 +01:00
parent 03551436dc
commit d31f88cbd3
9 changed files with 209 additions and 20 deletions

View file

@ -0,0 +1,15 @@
<script setup lang="ts">
import axios from "axios";
import {useAuthStore} from "@/stores/auth.store.ts";
const auth = useAuthStore();
</script>
<template>
</template>
<style scoped>
</style>