mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-11-29 14:25:45 +03:00
Fix lint error
This commit is contained in:
parent
f1a9add4f7
commit
544a35eea2
@ -1,12 +1,6 @@
|
||||
<script lang="ts">
|
||||
import { Link } from '$lib/components';
|
||||
import {
|
||||
Branch,
|
||||
BaseBranch,
|
||||
RemoteBranch,
|
||||
type VirtualBranchStore,
|
||||
type CustomStore
|
||||
} from '$lib/vbranches/types';
|
||||
import { Branch, BaseBranch, RemoteBranch, type CustomStore } from '$lib/vbranches/types';
|
||||
import { IconBranch, IconGitBranch, IconRemote } from '$lib/icons';
|
||||
import { IconTriangleDown, IconTriangleUp } from '$lib/icons';
|
||||
import { accordion } from './accordion';
|
||||
|
Loading…
Reference in New Issue
Block a user