diff --git a/packages/editor/src/extensions/paging/height-index.ts b/packages/editor/src/extensions/paging/height-index.ts index 3da919d99..2aae72796 100644 --- a/packages/editor/src/extensions/paging/height-index.ts +++ b/packages/editor/src/extensions/paging/height-index.ts @@ -17,9 +17,6 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -import { Node as ProsemirrorNode } from "@tiptap/pm/model"; -import { HeightMap } from "./height-map.js"; - /** * Where each child of a container sits, as a running total of the heights * before it.