From edc3f04078da7fc7d53cabf3b397f02193306d67 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Thu, 23 Feb 2023 11:32:27 +0700 Subject: fix --- src/lib/checkout/components/Checkout.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/lib/checkout/components/Checkout.jsx b/src/lib/checkout/components/Checkout.jsx index 8048eeba..4d7b2b88 100644 --- a/src/lib/checkout/components/Checkout.jsx +++ b/src/lib/checkout/components/Checkout.jsx @@ -15,6 +15,7 @@ import { toast } from 'react-hot-toast' import getFileBase64 from '@/core/utils/getFileBase64' import checkoutApi from '../api/checkoutApi' import { useRouter } from 'next/router' +import VariantGroupCard from '@/lib/variant/components/VariantGroupCard' const Checkout = () => { const router = useRouter() @@ -158,11 +159,7 @@ const Checkout = () => {
{products?.map((product) => ( - + ))}
-- cgit v1.2.3