fix css import

This commit is contained in:
Rami Bitar
2026-05-03 16:30:11 -04:00
parent 757118706e
commit 7ecfca50f6
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ import {
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 "@reacteditor/plugin-ai/styles.css";
import { createConfig } from "@/editor/config";
import { ShopifyProvider } from "@/editor/contexts/shopify-context";

View File

@@ -12,7 +12,7 @@ import {
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 "@reacteditor/plugin-ai/styles.css";
import { createConfig } from "@/editor/config";
import { ShopifyProvider } from "@/editor/contexts/shopify-context";
import { Button } from "@/editor/components/ui/button";