fix: currency/county

This commit is contained in:
2026-04-01 10:52:08 +02:00
parent 980fb1543b
commit 729b54ca1a
12 changed files with 161 additions and 49 deletions

View File

@@ -1,6 +1,6 @@
<script setup lang="ts">
import LangSwitch from './inner/langSwitch.vue'
import ThemeSwitch from './inner/themeSwitch.vue'
import LangSwitch from './inner/LangSwitch.vue'
import ThemeSwitch from './inner/ThemeSwitch.vue'
import { useAuthStore } from '@/stores/auth'
const authStore = useAuthStore()