From 6c3d4e4ea423f5041fa962e29c4804d1cc0e294f Mon Sep 17 00:00:00 2001 From: Daniel Imms <2193314+Tyriar@users.noreply.github.com> Date: Sat, 31 Jan 2026 09:26:05 -0800 Subject: [PATCH] Fix lint --- demo/client/components/window/vtWindow.ts | 1 - 1 file changed, 1 deletion(-) 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';