8000 fmt · coder/coder@94a6a39 · GitHub
[go: up one dir, main page]

Skip to content

Commit 94a6a39

Browse files
committed
fmt
1 parent 5fb69be commit 94a6a39

File tree 8000

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Markdown/Markdown.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ import isEqual from "lodash/isEqual";
1111
import {
1212
type FC,
1313
type HTMLProps,
14-
isValidElement,
15-
memo,
1614
type ReactElement,
1715
type ReactNode,
16+
isValidElement,
17+
memo,
1818
} from "react";
1919
import ReactMarkdown, { type Options } from "react-markdown";
2020
import { Prism as SyntaxHighlighter } from "react-syntax-highlighter";

0 commit comments

Comments
 (0)
0