update stat ids
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 1m1s
This commit is contained in:
@ -1,5 +1,6 @@
|
||||
import { ReactElement } from "react";
|
||||
import SyntaxHighlighter from "react-syntax-highlighter";
|
||||
import createElement from "react-syntax-highlighter/dist/esm/create-element";
|
||||
import { atomOneDark } from "react-syntax-highlighter/dist/esm/styles/hljs";
|
||||
|
||||
type CodeHighlighterProps = {
|
||||
@ -14,8 +15,6 @@ type CodeHighlighterProps = {
|
||||
rounded?: boolean;
|
||||
};
|
||||
|
||||
import createElement from "react-syntax-highlighter/dist/esm/create-element";
|
||||
|
||||
/**
|
||||
* Render the rows with the ability to render links.
|
||||
*
|
||||
|
Reference in New Issue
Block a user