Skip to content

Commit

Permalink
fix(theme/regression): inter getting bundled even importing without-f…
Browse files Browse the repository at this point in the history
…onts entry (#3412)

change `import { type ... }` to `import type { ... }`
  • Loading branch information
xxf5530 committed Jan 5, 2024
1 parent 609007c commit b03fb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/composables/local-nav.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { onContentUpdated } from 'vitepress'
import { type DefaultTheme } from 'vitepress/theme'
import type { DefaultTheme } from 'vitepress/theme'
import { computed, shallowRef } from 'vue'
import { getHeaders, type MenuItem } from '../composables/outline'
import { useData } from './data'
Expand Down

0 comments on commit b03fb83

Please sign in to comment.