mirror of
https://github.com/withastro/astro.git
synced 2025-01-20 22:12:38 -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 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…
Add table
Reference in a new issue