Update all imports to use @ relative
This commit is contained in:
@@ -7,8 +7,8 @@ import {
|
||||
addCartLines,
|
||||
removeCartLines,
|
||||
updateCartLines,
|
||||
} from '~/editor/hooks/use-shopify-cart';
|
||||
import { setShopifyCredentials } from '~/editor/services/shopify/client';
|
||||
} from '@/editor/hooks/use-shopify-cart';
|
||||
import { setShopifyCredentials } from '@/editor/services/shopify/client';
|
||||
|
||||
const CART_ID_KEY = 'cartId';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user