Update all imports to use @ relative

This commit is contained in:
Rami Bitar
2026-05-02 09:42:07 -04:00
parent 7348e430c0
commit a915b729b9
64 changed files with 143 additions and 143 deletions

View File

@@ -10,16 +10,16 @@ import {
reactEditorTools,
getEditorContext,
} from "@reacteditor/plugin-ai/server";
import { patchRoute, readSchema } from "~/lib/schema.server";
import { shopifyFetch } from "~/editor/services/shopify/client";
import { patchRoute, readSchema } from "@/lib/schema.server";
import { shopifyFetch } from "@/editor/services/shopify/client";
import {
GET_PRODUCTS_QUERY,
GET_PRODUCT_QUERY,
} from "~/editor/graphql/products";
} from "@/editor/graphql/products";
import {
GET_COLLECTIONS_QUERY,
GET_COLLECTION_PRODUCTS_QUERY,
} from "~/editor/graphql/collections";
} from "@/editor/graphql/collections";
export const runtime = "nodejs";
export const maxDuration = 60;