mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
nit: reorder type import
This commit is contained in:
parent
36025cdb66
commit
050f64831b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
import type { ComponentInstance } from 'astro';
|
||||
import Markdoc from '@markdoc/markdoc';
|
||||
import type { RenderableTreeNode, Tag } from '@markdoc/markdoc';
|
||||
import Markdoc from '@markdoc/markdoc';
|
||||
import { escape } from 'html-escaper';
|
||||
|
||||
export type ComponentRenderer =
|
||||
|
|
Loading…
Reference in a new issue