From c9b64e78d8123dddcb4c6c058106e45ac267f844 Mon Sep 17 00:00:00 2001 From: Rami Bitar Date: Sun, 3 May 2026 17:13:19 -0400 Subject: [PATCH] Update App css imports --- index.html | 8 ++++++++ src/App.tsx | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) 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";