mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-03 11:50:19 +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()
|
||||
|
||||
useEffect(
|
||||
|
|
Loading…
Reference in New Issue
Block a user