added backend and fix:product card , modal updated to backend
This commit is contained in:
@@ -14,6 +14,8 @@ interface ProductModalProps {
|
|||||||
onClose: () => void;
|
onClose: () => void;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// for github
|
||||||
|
|
||||||
export function ProductModal({ product, onClose }: ProductModalProps) {
|
export function ProductModal({ product, onClose }: ProductModalProps) {
|
||||||
const { t, language } = useLanguage();
|
const { t, language } = useLanguage();
|
||||||
const setProductName = useProductStore((state) => state.setProductName);
|
const setProductName = useProductStore((state) => state.setProductName);
|
||||||
|
|||||||
Reference in New Issue
Block a user