mirror of
https://github.com/zadam/trilium.git
synced 2025-12-24 00:59:55 +01:00
refactor: use traditional imports
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { Command, type Element, type RootElement, type Writer } from 'ckeditor5';
|
||||
import { Command } from 'ckeditor5/src/core.js';
|
||||
import { type Element, type RootElement, type Writer } from "ckeditor5/src/engine.js";
|
||||
|
||||
import { ATTRIBUTES, ELEMENTS } from './constants.js';
|
||||
import { modelQueryElement } from './utils.js';
|
||||
|
||||
Reference in New Issue
Block a user