nit: reorder type import
This commit is contained in:
parent
474250815e
commit
9fd6156ce1
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