diff --git a/web/app/styles/app.css b/web/app/styles/app.css index 43c6242e..fdb6cbfc 100644 --- a/web/app/styles/app.css +++ b/web/app/styles/app.css @@ -2,6 +2,7 @@ @import "./command-palette.css"; @import "./custom.css"; +@import "../../shared/editor/styles/index.css"; @tailwind base; @tailwind components; diff --git a/web/shared/editor/editor.tsx b/web/shared/editor/editor.tsx index 1fe79ca8..f5ba1123 100644 --- a/web/shared/editor/editor.tsx +++ b/web/shared/editor/editor.tsx @@ -1,6 +1,4 @@ import * as React from "react" -import "./styles/index.css" - import { EditorContent } from "@tiptap/react" import { Content } from "@tiptap/core" import { BubbleMenu } from "./components/bubble-menu"