fix(theme/regression): inter getting bundled even importing without-fonts entry (#3412)

change `import { type ... }` to `import type { ... }`
pull/3414/head
xxf5530 6 months ago committed by GitHub
parent 609007c13e
commit b03fb83a4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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'

Loading…
Cancel
Save