Version 1.0.0 - Frontend

This commit is contained in:
2025-08-29 00:22:08 +02:00
parent b5dc2a9e37
commit 01b089f1f6
83 changed files with 5613 additions and 245 deletions

View File

@@ -4,5 +4,5 @@
<script setup>
import { useGlobalStore } from '@/stores/globalStore';
const globalStore = useGlobalStore();
console.log("Subsonics Chopin - App Vue Loaded");
console.log("Subsonics Chopin - Welcome");
</script>