fix: Add missing import for useCartStore in catalog

This commit is contained in:
2026-03-14 17:04:54 -05:00
parent 78923ddb6e
commit 18507bc337

View File

@@ -28,6 +28,7 @@
<script>
import Card from '@/components/catalog/Card.vue';
import Cart from '@/components/catalog/Cart.vue';
import { useCartStore } from '@/stores/cart';
import { inject } from 'vue';
export default {