mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-22 17:11:43 +03:00
cleanup
This commit is contained in:
parent
e2b7b4f2dc
commit
51712e567c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user