This commit is contained in:
Kiril Videlov 2023-06-26 12:32:01 +02:00 committed by Kiril Videlov
parent e2b7b4f2dc
commit 51712e567c

View File

@ -1,7 +1,6 @@
import type { Target, BranchData } from './types';
import { invoke } from '$lib/ipc';
import type { PageLoadEvent } from './$types';
import { sortBranchHunks } from './vbranches';
async function getRemoteBranches(params: { projectId: string }) {
return invoke<Array<string>>('git_remote_branches', params);