This commit is contained in:
2026-01-13 20:44:15 +01:00
commit 8659d58a57
29 changed files with 13509 additions and 0 deletions
@@ -0,0 +1,23 @@
<script setup lang="ts">
import Notifications from "~/components/notification/notifications.vue";
</script>
<template>
<v-app-bar
density="compact"
:elevation="1"
>
<v-app-bar-title>Label Editor</v-app-bar-title>
<v-divider
:vertical="true"
/>
<Notifications/>
</v-app-bar>
</template>
<style scoped>
</style>