From: Eduardo San Martin Morote Date: Fri, 29 Aug 2025 13:40:20 +0000 (+0200) Subject: chore: unused import X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8930dab137ef01f3761a8c0ff7c9b24813df9597;p=thirdparty%2Fvuejs%2Frouter.git chore: unused import --- diff --git a/packages/router/src/experimental/route-resolver/matchers/param-parsers/strings.spec.ts b/packages/router/src/experimental/route-resolver/matchers/param-parsers/strings.spec.ts index 0ea83ef3..2595e0bf 100644 --- a/packages/router/src/experimental/route-resolver/matchers/param-parsers/strings.spec.ts +++ b/packages/router/src/experimental/route-resolver/matchers/param-parsers/strings.spec.ts @@ -1,6 +1,5 @@ import { describe, expect, it } from 'vitest' import { PARAM_PARSER_STRING } from './strings' -import { MatchMiss } from '../errors' describe('PARAM_PARSER_STRING', () => { describe('get() - Single Values', () => {