Fix lint error

This commit is contained in:
Mattias Granlund 2023-09-28 23:55:32 +02:00
parent f1a9add4f7
commit 544a35eea2

View File

@ -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';