fix: store

This commit is contained in:
2026-04-03 11:32:04 +02:00
parent 68f31952da
commit b7c4b6e3fd
27 changed files with 22 additions and 22 deletions

View File

@@ -32,6 +32,6 @@
</template>
<script setup lang="ts">
import { useThemeStore } from '@/stores/theme'
import { useThemeStore } from '@/stores/admin/theme'
const themeStorage = useThemeStore()
</script>