1
1
mirror of https://github.com/Eugeny/tabby.git synced 2024-09-11 13:13:59 +03:00
This commit is contained in:
Eugene Pankov 2022-09-29 09:03:29 +02:00
parent d3d09dfd44
commit 37e058d7d8
No known key found for this signature in database
GPG Key ID: 5896FCBBDD1CF4F4

View File

@ -1,7 +1,6 @@
import * as path from 'path'
import * as fs from 'fs/promises'
import hasbin from 'hasbin'
import { promisify } from 'util'
import { Injectable } from '@angular/core'
import { HostAppService, Platform } from 'tabby-core'
import { ElectronService } from 'tabby-electron'