feat: Add header with button to create new storage spaces

This commit is contained in:
garionion (aider) 2025-02-28 21:42:57 +01:00
parent 6f12a06a02
commit 081020b809
4 changed files with 161 additions and 1 deletions

View file

@ -1,4 +1,6 @@
<template>
<AppHeader />
<v-main>
<router-view />
</v-main>
@ -7,5 +9,5 @@
</template>
<script lang="ts" setup>
//
import AppHeader from '@/components/AppHeader.vue';
</script>