diff options
-rw-r--r-- | packages/integrations/mdx/src/rehype-collect-headings.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/mdx/src/rehype-collect-headings.ts b/packages/integrations/mdx/src/rehype-collect-headings.ts index e6cd20a8d..d7564b941 100644 --- a/packages/integrations/mdx/src/rehype-collect-headings.ts +++ b/packages/integrations/mdx/src/rehype-collect-headings.ts @@ -1,4 +1,4 @@ -import { MarkdownVFile, MarkdownHeading } from '@astrojs/markdown-remark'; +import { MarkdownHeading, MarkdownVFile } from '@astrojs/markdown-remark'; import { jsToTreeNode } from './utils.js'; export function rehypeInjectHeadingsExport() { |