refactor: import css to app

This commit is contained in:
Aslam H
2024-10-18 23:26:04 +07:00
parent 9f56823366
commit 1992170171
2 changed files with 1 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
@import "./command-palette.css";
@import "./custom.css";
@import "../../shared/editor/styles/index.css";
@tailwind base;
@tailwind components;

View File

@@ -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"