Skip to content

Commit 0378424

Browse files
committed
chore: remove unused
1 parent 4925e7e commit 0378424

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/core/context.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,7 @@ import { TreeNode, PrefixTree } from './tree'
33
import { promises as fs } from 'fs'
44
import { asRoutePath, ImportsMap, logTree, throttle } from './utils'
55
import { generateRouteNamedMap } from '../codegen/generateRouteMap'
6-
import {
7-
MODULE_ROUTES_PATH,
8-
MODULE_VUE_ROUTER_AUTO,
9-
asVirtualId,
10-
} from './moduleConstants'
6+
import { MODULE_ROUTES_PATH, MODULE_VUE_ROUTER_AUTO } from './moduleConstants'
117
import { generateRouteRecord } from '../codegen/generateRouteRecords'
128
import fg from 'fast-glob'
139
import { relative, resolve } from 'pathe'

0 commit comments

Comments
 (0)