Skip to content

Commit

Permalink
fix(client): use relative import
Browse files Browse the repository at this point in the history
Enables customizing themes
  • Loading branch information
posva committed Sep 17, 2020
1 parent 0ea34cb commit 725a04c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/PageEdit.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { computed } from 'vue'
import OutboundLink from './icons/OutboundLink.vue'
import { endingSlashRE, isExternal } from '/@theme/utils'
import { endingSlashRE, isExternal } from '../utils'
import { usePageData, useSiteData } from 'vitepress'
import { DefaultTheme } from '../config'

Expand Down

0 comments on commit 725a04c

Please sign in to comment.