Compare commits

..

2 Commits

Author SHA1 Message Date
parsa aghaei
b96379b88b fix(build): sync PRODUCTS import fix to main
All checks were successful
Deploy Canina / deploy (push) Successful in 2m22s
2026-08-01 11:39:39 +03:30
parsa aghaei
8e9ac246cb fix(build): import PRODUCTS in CheckoutPage.tsx and push verified build
All checks were successful
Deploy Canina / deploy (push) Successful in 1m58s
2026-08-01 11:39:18 +03:30

View File

@ -18,7 +18,7 @@ import {
Copy
} from "lucide-react";
import { toPersian, cn } from "../lib/utils";
import { Product } from "../lib/data/products";
import { Product, PRODUCTS } from "../lib/data/products";
import { useCartStore } from "../lib/store/cartStore";
import { usePetStore } from "../lib/store/usePetStore";
import { useUserStore } from "../lib/store/userStore";