fix: type error after upgrade electron

This commit is contained in:
tiddlygit-test 2021-10-01 15:10:34 +08:00
parent 70c4bcfd29
commit 845222a752
13 changed files with 76 additions and 55 deletions

View file

@ -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 {