mirror of
https://github.com/tsl0922/ttyd.git
synced 2026-01-08 03:44:22 +01:00
html: upgrade to preact 10 and xterm 4.2.0
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Component, h } from 'preact';
|
||||
import { h, Component } from 'preact';
|
||||
|
||||
import { ITerminalOptions, ITheme } from 'xterm';
|
||||
import { Xterm } from './terminal';
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { Component, ComponentChildren, h } from 'preact';
|
||||
import { h, Component, ComponentChildren } from 'preact';
|
||||
|
||||
import './modal.scss';
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
import { bind } from 'decko';
|
||||
import { Component, h } from 'preact';
|
||||
import { h, Component } from 'preact';
|
||||
import { IDisposable, ITerminalAddon, Terminal } from 'xterm';
|
||||
import * as Zmodem from 'zmodem.js/src/zmodem_browser';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user