From 2fa7a6ae8a204e90724c89cd47cf258ecd276120 Mon Sep 17 00:00:00 2001 From: Ammar Ahmed Date: Sat, 29 Aug 2026 12:55:00 +0500 Subject: [PATCH] editor: cleanup --- packages/editor/src/extensions/paging/height-index.ts | 3 --- 1 file changed, 3 deletions(-) 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.