Updated paths to useCart

This commit is contained in:
Luis Alvarez
2020-10-09 17:43:10 -05:00
parent 48e4cef4e7
commit a92dcb851b
6 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
import { FC } from 'react'
import cn from 'classnames'
import { useCart } from '@lib/bigcommerce/cart'
import useCart from '@lib/bigcommerce/cart/use-cart'
import { Avatar } from '@components/core'
import { Heart, Bag } from '@components/icon'
import { useUI } from '@components/ui/context'