mirror of
https://github.com/linsa-io/linsa.git
synced 2026-03-18 23:33:59 +01:00
refactor: import css to app
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
@import "./command-palette.css";
|
||||
@import "./custom.css";
|
||||
@import "../../shared/editor/styles/index.css";
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user