Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb69be commit 94a6a39Copy full SHA for 94a6a39
site/src/components/Markdown/Markdown.tsx
@@ -11,10 +11,10 @@ import isEqual from "lodash/isEqual";
11
import {
12
type FC,
13
type HTMLProps,
14
- isValidElement,
15
- memo,
16
type ReactElement,
17
type ReactNode,
+ isValidElement,
+ memo,
18
} from "react";
19
import ReactMarkdown, { type Options } from "react-markdown";
20
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";
0 commit comments