]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: unused import
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 10 Oct 2025 12:03:41 +0000 (14:03 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 10 Oct 2025 12:03:41 +0000 (14:03 +0200)
packages/router/src/experimental/route-resolver/resolver-fixed.spec.ts

index 196f44a3f562412bb946fcdbf50d21914866097c..10ca91e8ee6b5512da057a3b910ee13ba4bc5766 100644 (file)
@@ -1,6 +1,6 @@
 import { describe, expect, it } from 'vitest'
 import { createFixedResolver } from './resolver-fixed'
-import { MatcherLocationRaw, NO_MATCH_LOCATION } from './resolver-abstract'
+import { NO_MATCH_LOCATION } from './resolver-abstract'
 import {
   EmptyParams,
   MatcherPatternHash,