From a0cf7c3e90b97ec5b4ea9900fdc65523088d7932 Mon Sep 17 00:00:00 2001 From: pikax Date: Fri, 9 Apr 2021 16:42:32 +0100 Subject: [PATCH] fix build --- src/index.ts | 1 - src/types/index.ts | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 34ba620e..83ac531e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -47,7 +47,6 @@ export type { RouteLocationMatched, RouteLocationOptions, RouteRecordRedirectOption, - defineRoutes, NamedLocationMap, ExtractNamedRoutes, // route records diff --git a/src/types/index.ts b/src/types/index.ts index 21abc29b..ccefc923 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -6,7 +6,7 @@ import { HistoryState } from '../history/common' import { NavigationFailure } from '../errors' import { NamedLocationMap } from './named' -export { NamedLocationMap, defineRoutes, ExtractNamedRoutes } from './named' +export { NamedLocationMap, ExtractNamedRoutes } from './named' export type Lazy = () => Promise export type Override = Pick> & U -- 2.47.3