fix: errors

This commit is contained in:
2026-03-19 09:26:47 +01:00
parent 506c64e240
commit 43f856ee8d
5 changed files with 11 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import ProductsView from '@/views/customer/ProductsView.vue';
import LangSwitch from './inner/langSwitch.vue'
import ThemeSwitch from './inner/themeSwitch.vue'
import { useAuthStore } from '@/stores/auth'