We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7107b5b commit a7cb26fCopy full SHA for a7cb26f
app/components/AttachAddon.ts
@@ -14,7 +14,7 @@
14
*
15
* Original: https://github.com/xtermjs/xterm.js/blob/2fdb4691/addons/xterm-addon-attach/src/AttachAddon.ts
16
*/
17
-import type { IDisposable, ITerminalAddon, Terminal } from 'xterm'
+import type { IDisposable, ITerminalAddon, Terminal } from '@xterm/xterm'
18
19
export class AttachAddon implements ITerminalAddon {
20
private _socket: WebSocket
0 commit comments