From 2ab6c310505a30aa69d6e5b64e4ab0eeb555c62f Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 21 Jun 2021 11:07:42 +0200 Subject: [PATCH] refactor(types): unused import --- src/devtools.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools.ts b/src/devtools.ts index 31b63d7b..2e4f48f2 100644 --- a/src/devtools.ts +++ b/src/devtools.ts @@ -15,7 +15,7 @@ import { RouteRecordMatcher } from './matcher/pathMatcher' import { PathParser } from './matcher/pathParserRanker' import { Router } from './router' import { UseLinkDevtoolsContext } from './RouterLink' -import { RouteLocation, RouteLocationNormalized } from './types' +import { RouteLocationNormalized } from './types' import { assign } from './utils' function formatRouteLocation( -- 2.47.3