Fixed Account pages

This commit is contained in:
2024-10-21 14:02:51 +02:00
parent ff36345382
commit 18a7814747
56 changed files with 208 additions and 153 deletions

View File

@@ -1,9 +1,9 @@
<script setup lang="ts">
import actionDialog from '@/components/basics/actionDialog.vue';
import { useBasketStore } from '@/data/stores/basketStore';
import { useBasketStore } from '@/stores/basketStore';
import outlinedButton from '@/components/basics/outlinedButton.vue';
import { ModelRef, ref } from 'vue';
import { useAccountStore } from '@/data/stores/accountStore';
import { useAccountStore } from '@/stores/account.store';
const basketStore = useBasketStore()
const accountStore = useAccountStore()