mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-05 12:50:20 +03:00
Remove unused export
This commit is contained in:
parent
a6dd14791d
commit
befd20d13d
|
@ -208,7 +208,7 @@ const addLineHighlight = (children, highlight) => {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
export const CodeHighlighted = ({ children, highlight, lang }) => {
|
const CodeHighlighted = ({ children, highlight, lang }) => {
|
||||||
const [html, setHtml] = useState()
|
const [html, setHtml] = useState()
|
||||||
|
|
||||||
useEffect(
|
useEffect(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user