mirror of
https://github.com/makeplane/plane.git
synced 2025-12-16 11:57:56 +01:00
removed unused import
This commit is contained in:
@@ -1,12 +1,11 @@
|
||||
import { DOMSerializer } from "@tiptap/pm/model";
|
||||
import { findChildren, useEditorState, useEditor as useTiptapEditor } from "@tiptap/react";
|
||||
import { useEditorState, useEditor as useTiptapEditor } from "@tiptap/react";
|
||||
import { useImperativeHandle, useEffect } from "react";
|
||||
import * as Y from "yjs";
|
||||
// components
|
||||
import { getEditorMenuItems } from "@/components/menus";
|
||||
// constants
|
||||
import { CORE_EXTENSIONS } from "@/constants/extension";
|
||||
import { CORE_EDITOR_META } from "@/constants/meta";
|
||||
// extensions
|
||||
import { CoreEditorExtensions } from "@/extensions";
|
||||
// helpers
|
||||
|
||||
Reference in New Issue
Block a user