frontend: xtermjs moved to new node module naming scheme

This commit is contained in:
Johannes Zellner
2024-03-03 18:19:32 +01:00
parent 138f770630
commit 405e20e18e
3 changed files with 32 additions and 32 deletions

View File

@@ -71,10 +71,10 @@ import ProgressSpinner from 'primevue/progressspinner';
import { TopBar, MainLayout, FileUploader } from 'pankow';
import 'xterm/css/xterm.css';
import { Terminal } from 'xterm';
import { AttachAddon } from 'xterm-addon-attach';
import { FitAddon } from 'xterm-addon-fit';
import '@xterm/xterm/css/xterm.css';
import { Terminal } from '@xterm/xterm';
import { AttachAddon } from '@xterm/addon-attach';
import { FitAddon } from '@xterm/addon-fit';
import { create } from '../models/AppModel.js';