nit: reorder type import

This commit is contained in:
bholmesdev 2023-02-14 09:25:56 -05:00
parent 474250815e
commit 9fd6156ce1

View file

@ -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 =