Remove unused export

This commit is contained in:
Marcus Blättermann 2023-01-24 17:28:50 +01:00
parent a6dd14791d
commit befd20d13d
No known key found for this signature in database
GPG Key ID: A1E1F04008AC450D

View File

@ -208,7 +208,7 @@ const addLineHighlight = (children, highlight) => {
})
}
export const CodeHighlighted = ({ children, highlight, lang }) => {
const CodeHighlighted = ({ children, highlight, lang }) => {
const [html, setHtml] = useState()
useEffect(