Update all imports to use @ relative
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
'use client';
|
||||
|
||||
import React from 'react';
|
||||
import { useCollections } from '~/editor/hooks/use-shopify-collections';
|
||||
import { useCollections } from '@/editor/hooks/use-shopify-collections';
|
||||
import CollectionCard from './collection-card';
|
||||
|
||||
const Collections: React.FC = () => {
|
||||
|
||||
Reference in New Issue
Block a user