From 11628914bd79c5f1ed242b8220af6f589ddf2adf Mon Sep 17 00:00:00 2001 From: Leo Date: Mon, 17 Aug 2026 13:32:08 +0300 Subject: [PATCH] fix: remove unused CommandCatalog import The command catalog is now constructed by the viewer, so default_viewer_setup no longer references CommandCatalog directly. The leftover import fails lint:check with no-unused-vars. --- src/ui/default_viewer_setup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ui/default_viewer_setup.ts b/src/ui/default_viewer_setup.ts index aee0ea6c6..f42d9cbaa 100644 --- a/src/ui/default_viewer_setup.ts +++ b/src/ui/default_viewer_setup.ts @@ -15,7 +15,6 @@ */ import { StatusMessage } from "#src/status.js"; -import { CommandCatalog } from "#src/ui/command_catalog.js"; import { bindCommandPalette } from "#src/ui/command_palette.js"; import { bindDefaultCopyHandler,