changed api composbale name

This commit is contained in:
Mamalizz
2025-03-15 01:45:38 +03:30
parent d7ddcaf197
commit 84d993977f
+2 -2
View File
@@ -3,7 +3,7 @@
import useGetAccount from "~/composables/api/account/useGetAccount";
import { useAuth } from "~/composables/api/auth/useAuth";
import useGetOrdersCart from "~/composables/api/orders/useGetOrdersCart";
import useGetCartOrders from "~/composables/api/orders/useGetCartOrders";
import { NAV_LINKS } from "~/constants";
// state
@@ -16,7 +16,7 @@ const isSideDrawerOpen = ref(false);
const { data: account } = useGetAccount();
const { data: cart } = useGetOrdersCart();
const { data: cart } = useGetCartOrders();
// computed