Version 1.0.0 - Finalisation de Account et de GuildHeader

This commit is contained in:
2025-08-06 23:07:34 +02:00
parent 93379b0042
commit 4ab23f7c52
48 changed files with 1949 additions and 175 deletions

View File

@@ -2,7 +2,6 @@
<router-view/>
</template>
<script setup>
import { onMounted } from 'vue'
import { useGlobalStore } from '@/stores/globalStore';
const globalStore = useGlobalStore();
console.log("Subsonics Chopin - App Vue Loaded");