diff --git a/src/components/Note/MarkdownArticle/remarkUnwrapImages.ts b/src/components/Note/MarkdownArticle/remarkUnwrapImages.ts index 9f6398c..7766618 100644 --- a/src/components/Note/MarkdownArticle/remarkUnwrapImages.ts +++ b/src/components/Note/MarkdownArticle/remarkUnwrapImages.ts @@ -1,4 +1,4 @@ -import type { Paragraph, Root, Image, Link, Content } from 'mdast' +import type { Paragraph, Root, Image, Link } from 'mdast' import type { Plugin } from 'unified' import { visit } from 'unist-util-visit'