Skip to content

Commit 619d4b3

Browse files
committed
nit: reorder type import
1 parent e914da0 commit 619d4b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/integrations/markdoc/components/astroNode.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import type { ComponentInstance } from 'astro';
2-
import Markdoc from '@markdoc/markdoc';
32
import type { RenderableTreeNode, Tag } from '@markdoc/markdoc';
3+
import Markdoc from '@markdoc/markdoc';
44
import { escape } from 'html-escaper';
55

66
export type ComponentRenderer =

0 commit comments

Comments
 (0)