mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-12-23 23:02:08 +03:00
Lexical: Split helpers to utils, refactored files
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import {EditorForm, EditorFormDefinition} from "./forms";
|
||||
import {el} from "../../helpers";
|
||||
import {EditorContainerUiElement} from "./core";
|
||||
import closeIcon from "@icons/close.svg";
|
||||
import {el} from "../../utils/dom";
|
||||
|
||||
export interface EditorModalDefinition {
|
||||
title: string;
|
||||
|
||||
Reference in New Issue
Block a user