Fix Presentation is defined but never used.

\Draupnir\packages\interface-manager\src\Command\CommandTable.ts
  19:3  error  'Presentation' is defined but never used  @typescript-eslint/no-unused-vars
This commit is contained in:
Catalan Lover
2026-05-21 19:54:36 +02:00
parent 940deb6cb5
commit b54350aca9
@@ -16,7 +16,6 @@ import { StringPresentationType } from "../TextReader";
import { CommandDescription } from "./CommandDescription";
import { CommandMeta } from "./CommandMeta";
import {
Presentation,
PresentationType,
PresentationTypeWithoutWrap,
} from "./Presentation";