This commit is contained in:
okbel
2021-01-29 11:22:41 -03:00
parent 2ffe1ab71b
commit b8a0bb5a21
4 changed files with 14 additions and 14 deletions

View File

@@ -1,12 +1,12 @@
import React, { FC, useState } from 'react'
import cn from 'classnames'
import { Heart } from '@components/icons'
import { useUI } from '@components/ui'
import useCustomer from '@framework/customer/use-customer'
import { Heart } from '@components/icons'
import useAddItem from '@framework/wishlist/use-add-item'
import useWishlist from '@framework/wishlist/use-wishlist'
import useCustomer from '@framework/customer/use-customer'
import useRemoveItem from '@framework/wishlist/use-remove-item'
import useWishlist from '@framework/wishlist/use-add-item'
type Props = {
productId: Product['id']