Skip to content

Commit b1d2146

Browse files
committed
lint: fix
1 parent 5264bfb commit b1d2146

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/app/components/ContentRenderer.global.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { globalComponents, localComponents } from '#content/components'
77
import { useRuntimeConfig } from '#imports'
88
import { ComarkRenderer } from 'comark/vue'
99
import { Mermaid } from '@comark/mermaid/vue'
10-
import type { ComarkNode, ComarkTree, ComarkElement } from 'comark/ast'
10+
import type { ComarkTree, ComarkElement } from 'comark/ast'
1111
import type { MinimarkNode, MinimarkTree } from 'minimark'
1212
1313
interface Renderable {

0 commit comments

Comments
 (0)