diff --git a/ts/editor/helpers.ts b/ts/editor/helpers.ts index 80a9897ce..9281af818 100644 --- a/ts/editor/helpers.ts +++ b/ts/editor/helpers.ts @@ -1,7 +1,7 @@ /* Copyright: Ankitects Pty Ltd and contributors * License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */ -import type { EditingArea } from "."; +import type { EditingArea } from "./editingArea"; export function nodeIsElement(node: Node): node is Element { return node.nodeType === Node.ELEMENT_NODE;