Skip to content

Commit

Permalink
fix type error due to bad xterm import
Browse files Browse the repository at this point in the history
  • Loading branch information
david-crespo committed Sep 16, 2024
1 parent 7107b5b commit a7cb26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/AttachAddon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
*
* Original: https://github.com/xtermjs/xterm.js/blob/2fdb4691/addons/xterm-addon-attach/src/AttachAddon.ts
*/
import type { IDisposable, ITerminalAddon, Terminal } from 'xterm'
import type { IDisposable, ITerminalAddon, Terminal } from '@xterm/xterm'

export class AttachAddon implements ITerminalAddon {
private _socket: WebSocket
Expand Down

0 comments on commit a7cb26f

Please sign in to comment.