We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e914da0 commit 619d4b3Copy full SHA for 619d4b3
packages/integrations/markdoc/components/astroNode.ts
@@ -1,6 +1,6 @@
1
import type { ComponentInstance } from 'astro';
2
-import Markdoc from '@markdoc/markdoc';
3
import type { RenderableTreeNode, Tag } from '@markdoc/markdoc';
+import Markdoc from '@markdoc/markdoc';
4
import { escape } from 'html-escaper';
5
6
export type ComponentRenderer =
0 commit comments