diff --git a/demo/client/components/window/vtWindow.ts b/demo/client/components/window/vtWindow.ts index 08f481b1..60c34101 100644 --- a/demo/client/components/window/vtWindow.ts +++ b/demo/client/components/window/vtWindow.ts @@ -5,7 +5,6 @@ import { BaseWindow } from './baseWindow'; import type { IControlWindow } from '../controlBar'; -import type { Terminal } from '@xterm/xterm'; export class VtWindow extends BaseWindow implements IControlWindow { public readonly id = 'vt';