fix: Incorrect import – really need a lint rule for this

This commit is contained in:
Tom Moor
2023-10-31 22:20:31 -04:00
parent a9ff0c245d
commit 0700e2f5ef

View File

@@ -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.