From 0d0c915d2e22d8ea3a0b48ef5959a0804f40bf0d Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Thu, 11 May 2023 12:41:46 +0200 Subject: [PATCH] style: lint --- packages/router/src/router.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index d2605a70..48e0d079 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -13,7 +13,6 @@ import { RouteLocationOptions, MatcherLocationRaw, RouteParams, - NavigationGuardReturn, } from './types' import { RouterHistory, HistoryState, NavigationType } from './history/common' import { -- 2.47.2