Skip to content

Commit 2116916

Browse files
committed
chore: remove unused type
1 parent 53875b1 commit 2116916

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/content/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { dirname } from 'node:path'
22
import { createShikiHighlighter, rehypeHighlight } from '@nuxtjs/mdc/runtime'
33
import { hash } from 'ohash'
4-
import type { Highlighter, MdcConfig, ModuleOptions as MDCModuleOptions, MdcThemeOptions } from '@nuxtjs/mdc'
4+
import type { Highlighter, MdcConfig, ModuleOptions as MDCModuleOptions } from '@nuxtjs/mdc'
55
import type { Nuxt } from '@nuxt/schema'
66
import { resolveAlias } from '@nuxt/kit'
77
import type { LanguageRegistration } from 'shiki'

0 commit comments

Comments
 (0)