nit: reorder type import
This commit is contained in:
parent
d6137d0622
commit
24ea49063c
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
import type { ComponentInstance } from 'astro';
|
import type { ComponentInstance } from 'astro';
|
||||||
import Markdoc from '@markdoc/markdoc';
|
|
||||||
import type { RenderableTreeNode, Tag } from '@markdoc/markdoc';
|
import type { RenderableTreeNode, Tag } from '@markdoc/markdoc';
|
||||||
|
import Markdoc from '@markdoc/markdoc';
|
||||||
import { escape } from 'html-escaper';
|
import { escape } from 'html-escaper';
|
||||||
|
|
||||||
export type ComponentRenderer =
|
export type ComponentRenderer =
|
||||||
|
|
Loading…
Reference in a new issue