fix: lint & formatting

This commit is contained in:
kolaente 2022-11-09 14:27:26 +01:00
parent d47791b957
commit c2dd18edaa
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B

View File

@ -1,6 +1,5 @@
import {computed, ref, watch, type Ref} from 'vue'
import {useRouter, type RouteLocationNormalized, type RouteLocationRaw} from 'vue-router'
import cloneDeep from 'lodash.clonedeep'
import equal from 'fast-deep-equal/es6'
export type Filters = Record<string, any>