Update all imports to use @ relative
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
|
||||
import React from 'react';
|
||||
// local link - plain anchor
|
||||
import { useShopifyCart } from '~/editor/hooks/use-shopify-cart';
|
||||
import config from '~/editor/lib/config.json';
|
||||
import { useShopifyCart } from '@/editor/hooks/use-shopify-cart';
|
||||
import config from '@/editor/lib/config.json';
|
||||
|
||||
const CartIcon: React.FC = () => {
|
||||
const { toggleCart, itemCount } = useShopifyCart();
|
||||
|
||||
Reference in New Issue
Block a user