style: lint

This commit is contained in:
Daniel Roe 2024-05-07 15:01:03 +01:00
parent ea22d3f988
commit 233b6a717f
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B

View File

@ -2,7 +2,7 @@ import { getCurrentInstance, hasInjectionContext, inject, onScopeDispose } from
import type { Ref } from 'vue'
import type { NavigationFailure, NavigationGuard, RouteLocationNormalized, RouteLocationPathRaw, RouteLocationRaw, Router, useRoute as _useRoute, useRouter as _useRouter } from '#vue-router'
import { sanitizeStatusCode } from 'h3'
import { hasProtocol, isScriptProtocol, joinURL, parseURL, withQuery } from 'ufo'
import { hasProtocol, isScriptProtocol, joinURL, withQuery } from 'ufo'
import type { PageMeta } from '../../pages/runtime/composables'