diff options
author | 2023-04-13 09:56:50 +0000 | |
---|---|---|
committer | 2023-04-13 09:56:50 +0000 | |
commit | c464bf258f0f60ea7730fdf0e5f85011b6e7f56b (patch) | |
tree | eece6524f1ee6479254c7b9971c90498c451ad76 /packages/integrations/mdx/src/remark-images-to-component.ts | |
parent | 2511d58d586af080a78e5ef8a63020b3e17770db (diff) | |
download | astro-c464bf258f0f60ea7730fdf0e5f85011b6e7f56b.tar.gz astro-c464bf258f0f60ea7730fdf0e5f85011b6e7f56b.tar.zst astro-c464bf258f0f60ea7730fdf0e5f85011b6e7f56b.zip |
[ci] format
Diffstat (limited to 'packages/integrations/mdx/src/remark-images-to-component.ts')
-rw-r--r-- | packages/integrations/mdx/src/remark-images-to-component.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/src/remark-images-to-component.ts b/packages/integrations/mdx/src/remark-images-to-component.ts index 8a3166f49..8fd4ef366 100644 --- a/packages/integrations/mdx/src/remark-images-to-component.ts +++ b/packages/integrations/mdx/src/remark-images-to-component.ts @@ -1,6 +1,6 @@ import type { MarkdownVFile } from '@astrojs/markdown-remark'; import { type Image, type Parent } from 'mdast'; -import type { MdxJsxFlowElement, MdxjsEsm } from 'mdast-util-mdx'; +import type { MdxjsEsm, MdxJsxFlowElement } from 'mdast-util-mdx'; import { visit } from 'unist-util-visit'; import { jsToTreeNode } from './utils.js'; |