Skip to content

Commit b03fb83

Browse files
author
xxf5530
authoredJan 5, 2024
fix(theme/regression): inter getting bundled even importing without-fonts entry (#3412)
change `import { type ... }` to `import type { ... }`
1 parent 609007c commit b03fb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client/theme-default/composables/local-nav.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { onContentUpdated } from 'vitepress'
2-
import { type DefaultTheme } from 'vitepress/theme'
2+
import type { DefaultTheme } from 'vitepress/theme'
33
import { computed, shallowRef } from 'vue'
44
import { getHeaders, type MenuItem } from '../composables/outline'
55
import { useData } from './data'

0 commit comments

Comments
 (0)
Please sign in to comment.