diff --git a/apps/desktop/src/lib/stack/Stack.svelte b/apps/desktop/src/lib/stack/Stack.svelte index db4a0555c..e2e59abe6 100644 --- a/apps/desktop/src/lib/stack/Stack.svelte +++ b/apps/desktop/src/lib/stack/Stack.svelte @@ -26,10 +26,7 @@ import { User } from '$lib/stores/user'; import { getContext, getContextStore, getContextStoreBySymbol } from '$lib/utils/context'; import { BranchController } from '$lib/vbranches/branchController'; - import { - getLocalAndRemoteCommits, - getLocalCommits - } from '$lib/vbranches/contexts'; + import { getLocalAndRemoteCommits, getLocalCommits } from '$lib/vbranches/contexts'; import { FileIdSelection } from '$lib/vbranches/fileIdSelection'; import { VirtualBranch } from '$lib/vbranches/types'; import Button from '@gitbutler/ui/Button.svelte'; @@ -220,10 +217,7 @@ -
+