4
0
forked from crowetic/commerce

use relative paths in lib folder

This commit is contained in:
luc
2020-10-27 01:04:51 +01:00
parent 008c80766a
commit 200f148488
23 changed files with 47 additions and 57 deletions

View File

@@ -1,6 +1,6 @@
import { useCallback } from 'react'
import { HookFetcher } from '@lib/commerce/utils/types'
import useCartRemoveItem from '@lib/commerce/cart/use-remove-item'
import { HookFetcher } from '../../commerce/utils/types'
import useCartRemoveItem from '../../commerce/cart/use-remove-item'
import type { RemoveItemBody } from '../api/cart'
import useCart, { Cart } from './use-cart'