Update all imports to use @ relative
This commit is contained in:
@@ -13,9 +13,9 @@ import createTailwindCdnPlugin from "@reacteditor/plugin-tailwind-cdn";
|
||||
import { aiPlugin } from "@reacteditor/plugin-ai";
|
||||
import "@reacteditor/core/dist/index.css";
|
||||
import "~/editor/vendor/plugin-ai.css";
|
||||
import { createConfig } from "~/editor/config";
|
||||
import { ShopifyProvider } from "~/editor/contexts/shopify-context";
|
||||
import { Button } from "~/editor/components/ui/button";
|
||||
import { createConfig } from "@/editor/config";
|
||||
import { ShopifyProvider } from "@/editor/contexts/shopify-context";
|
||||
import { Button } from "@/editor/components/ui/button";
|
||||
|
||||
type Schema = Record<string, { root: any; content: any[] }>;
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
import { useMemo } from "react";
|
||||
import { Render } from "@reacteditor/core";
|
||||
import "@reacteditor/core/dist/index.css";
|
||||
import { createConfig } from "~/editor/config";
|
||||
import { ShopifyProvider } from "~/editor/contexts/shopify-context";
|
||||
import { createConfig } from "@/editor/config";
|
||||
import { ShopifyProvider } from "@/editor/contexts/shopify-context";
|
||||
|
||||
const SHOPIFY_DOMAIN =
|
||||
process.env.NEXT_PUBLIC_SHOPIFY_DOMAIN ?? "mock.shop";
|
||||
|
||||
Reference in New Issue
Block a user