Update all imports to use @ relative
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import { ComponentConfig } from "@reacteditor/core";
|
||||
import { useEffect, useState } from "react";
|
||||
import { FolderOpen } from "lucide-react";
|
||||
import { shopifyFetch } from "~/editor/services/shopify/client";
|
||||
import { GET_COLLECTIONS_QUERY } from "~/editor/graphql/collections";
|
||||
import { Typography } from "~/editor/theme/Typography";
|
||||
import { shopifyFetch } from "@/editor/services/shopify/client";
|
||||
import { GET_COLLECTIONS_QUERY } from "@/editor/graphql/collections";
|
||||
import { Typography } from "@/editor/theme/Typography";
|
||||
|
||||
export type CollectionGridProps = {
|
||||
tagline: string;
|
||||
|
||||
Reference in New Issue
Block a user