mirror of
https://github.com/Eugeny/tabby
synced 2024-11-15 09:27:24 +00:00
lint
This commit is contained in:
parent
f27afebd82
commit
f2809927c2
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
import { BehaviorSubject, filter, firstValueFrom } from 'rxjs'
|
||||
import { BehaviorSubject, filter, firstValueFrom, takeUntil } from 'rxjs'
|
||||
import { Injector } from '@angular/core'
|
||||
import { ConfigService, getCSSFontFamily, HostAppService, HotkeysService, Platform, PlatformService } from 'tabby-core'
|
||||
import { Frontend, SearchOptions, SearchState } from './frontend'
|
||||
import { takeUntil } from 'rxjs'
|
||||
import { Terminal, ITheme } from 'xterm'
|
||||
import { FitAddon } from 'xterm-addon-fit'
|
||||
import { LigaturesAddon } from 'xterm-addon-ligatures'
|
||||
|
|
Loading…
Reference in a new issue