summaryrefslogtreecommitdiff
path: root/packages/integrations/markdoc/components/TreeNode.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/integrations/markdoc/components/TreeNode.ts')
-rw-r--r--packages/integrations/markdoc/components/TreeNode.ts12
1 files changed, 6 insertions, 6 deletions
diff --git a/packages/integrations/markdoc/components/TreeNode.ts b/packages/integrations/markdoc/components/TreeNode.ts
index dce10f6cc..abec17d7b 100644
--- a/packages/integrations/markdoc/components/TreeNode.ts
+++ b/packages/integrations/markdoc/components/TreeNode.ts
@@ -1,17 +1,17 @@
-import type { AstroInstance } from 'astro';
import type { RenderableTreeNode } from '@markdoc/markdoc';
import Markdoc from '@markdoc/markdoc';
+import type { AstroInstance } from 'astro';
+import type { HTMLString } from 'astro/runtime/server/index.js';
import {
createComponent,
- renderComponent,
+ createHeadAndContent,
+ isHTMLString,
render,
+ renderComponent,
renderScriptElement,
+ renderTemplate,
renderUniqueStylesheet,
- createHeadAndContent,
unescapeHTML,
- renderTemplate,
- HTMLString,
- isHTMLString,
} from 'astro/runtime/server/index.js';
export type TreeNode =