diff --git a/index.html b/index.html index 6fe2e96..05cef93 100644 --- a/index.html +++ b/index.html @@ -5,6 +5,14 @@ React Editor — Shopify Demo + +
diff --git a/src/App.tsx b/src/App.tsx index fa3cf79..edad147 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,8 +6,6 @@ import { } from "@reacteditor/core"; import createTailwindCdnPlugin from "@reacteditor/plugin-tailwind-cdn"; import { aiPlugin } from "@reacteditor/plugin-ai"; -import "@reacteditor/core/dist/index.css"; -import "@reacteditor/plugin-ai/styles.css"; import { createConfig } from "@/editor/config"; import { ShopifyProvider } from "@/editor/contexts/shopify-context"; import schemaJson from "../app.schema.json";