mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-07-30 04:23:11 +03:00
Lexical: Split helpers to utils, refactored files
This commit is contained in:
@ -5,8 +5,8 @@ import {
|
||||
EditorUiBuilderDefinition,
|
||||
isUiBuilderDefinition
|
||||
} from "./core";
|
||||
import {el} from "../../helpers";
|
||||
import {uniqueId} from "../../../services/util";
|
||||
import {el} from "../../utils/dom";
|
||||
|
||||
export interface EditorFormFieldDefinition {
|
||||
label: string;
|
||||
|
Reference in New Issue
Block a user