From 451520af975c978c8ffaa1d9a0959b50c1b8e294 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:54:50 +0200 Subject: Adding upstream version 1.7.7. Signed-off-by: Daniel Baumann --- html/src/components/terminal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'html/src/components/terminal/index.tsx') diff --git a/html/src/components/terminal/index.tsx b/html/src/components/terminal/index.tsx index a7349fd..b42bf15 100644 --- a/html/src/components/terminal/index.tsx +++ b/html/src/components/terminal/index.tsx @@ -2,7 +2,7 @@ import { bind } from 'decko'; import { Component, h } from 'preact'; import { Xterm, XtermOptions } from './xterm'; -import 'xterm/css/xterm.css'; +import '@xterm/xterm/css/xterm.css'; import { Modal } from '../modal'; interface Props extends XtermOptions { -- cgit v1.2.3