mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-18 14:31:30 +03:00
Imma kill a motherfucker
This commit is contained in:
parent
eed862a56c
commit
5603dbba5f
@ -2,7 +2,6 @@
|
||||
import Button from './Button.svelte';
|
||||
import FullviewLoading from './FullviewLoading.svelte';
|
||||
import NewBranchDropZone from './NewBranchDropZone.svelte';
|
||||
import { open } from '@tauri-apps/api/shell';
|
||||
import dzenSvg from '$lib/assets/dzen-pc.svg?raw';
|
||||
import { Project } from '$lib/backend/projects';
|
||||
import BranchLane from '$lib/components/BranchLane.svelte';
|
||||
@ -15,6 +14,7 @@
|
||||
import { BranchController } from '$lib/vbranches/branchController';
|
||||
import { BaseBranch } from '$lib/vbranches/types';
|
||||
import { VirtualBranchService } from '$lib/vbranches/virtualBranch';
|
||||
import { open } from '@tauri-apps/api/shell';
|
||||
|
||||
const vbranchService = getContext(VirtualBranchService);
|
||||
const branchController = getContext(BranchController);
|
||||
|
Loading…
Reference in New Issue
Block a user