Skip to content

Commit a7cb26f

Browse files
committed
fix type error due to bad xterm import
1 parent 7107b5b commit a7cb26f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/AttachAddon.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*
1515
* Original: https://github.com/xtermjs/xterm.js/blob/2fdb4691/addons/xterm-addon-attach/src/AttachAddon.ts
1616
*/
17-
import type { IDisposable, ITerminalAddon, Terminal } from 'xterm'
17+
import type { IDisposable, ITerminalAddon, Terminal } from '@xterm/xterm'
1818

1919
export class AttachAddon implements ITerminalAddon {
2020
private _socket: WebSocket

0 commit comments

Comments
 (0)