diff --git a/shared/editor/commands/toggleCheckboxItem.ts b/shared/editor/commands/toggleCheckboxItem.ts index 74ce909c1..ef64e51a9 100644 --- a/shared/editor/commands/toggleCheckboxItem.ts +++ b/shared/editor/commands/toggleCheckboxItem.ts @@ -1,5 +1,5 @@ import { Command } from "prosemirror-state"; -import { findParentNode } from "@shared/editor/queries/findParentNode"; +import { findParentNode } from "../queries/findParentNode"; /** * A prosemirror command to toggle the checkbox item at the current selection.