mirror of
https://github.com/tiddly-gittly/TidGi-Desktop.git
synced 2025-12-06 02:30:47 -08:00
fix: type error after upgrade electron
This commit is contained in:
parent
70c4bcfd29
commit
845222a752
13 changed files with 76 additions and 55 deletions
|
|
@ -30,7 +30,7 @@ import workerURL from 'threads-plugin/dist/loader?name=gitWorker!./gitWorker.ts'
|
|||
import { LOCAL_GIT_DIRECTORY } from '@/constants/appPaths';
|
||||
import { WindowNames } from '@services/windows/WindowProperties';
|
||||
import { lazyInject } from '@services/container';
|
||||
import { IWindowService } from '@services/windows/interface';
|
||||
import type { IWindowService } from '@services/windows/interface';
|
||||
|
||||
@injectable()
|
||||
export class Git implements IGitService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue