refactor: use traditional imports

This commit is contained in:
Elian Doran
2025-01-06 18:59:52 +02:00
parent 929ec25a0d
commit 22ad52c11d
8 changed files with 23 additions and 25 deletions

View File

@@ -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';