diff options
Diffstat (limited to 'src-migrate/modules/cart/components/Detail.tsx')
| -rw-r--r-- | src-migrate/modules/cart/components/Detail.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src-migrate/modules/cart/components/Detail.tsx b/src-migrate/modules/cart/components/Detail.tsx index c9de086b..ccb0bb4d 100644 --- a/src-migrate/modules/cart/components/Detail.tsx +++ b/src-migrate/modules/cart/components/Detail.tsx @@ -38,7 +38,6 @@ const CartDetail = () => { return ( <div className={style.wrapper}> <div className='w-full md:w-3/4'> - {/* <div className='border border-gray-300 rounded-lg p-4 md:p-6'> */} <div className=''> <div className='text-h-lg font-semibold mb-6'>Keranjang Belanja</div> <div className='grid grid-cols-1 gap-y-4'> |
