]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: unused import
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 29 Aug 2025 13:40:20 +0000 (15:40 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 29 Aug 2025 13:40:20 +0000 (15:40 +0200)
packages/router/src/experimental/route-resolver/matchers/param-parsers/strings.spec.ts

index 0ea83ef33776e1eb6eb5f753a75af40aa132e106..2595e0bf60345de8d11281608e3cab9fc5fc68f6 100644 (file)
@@ -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', () => {