Skip to content

Commit

Permalink
fix(helper): fix import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 1, 2024
1 parent 8ee423c commit d7ece9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/helper/src/client/utils/resolveRoute.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { resolveRoute as _resolveRoute } from 'vuepress/client'
import type { Route, RouteMeta } from 'vuepress/client'
import { isLinkAbsolute } from '../../shared'
import { isLinkAbsolute } from '../../shared/index.js'

const FAKE_HOST = 'http://.'

Expand Down

0 comments on commit d7ece9f

Please sign in to comment.