mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-20 10:15:17 -04:00
fix: migrate code to html-to-react v2
Signed-off-by: Renovate Bot <bot@renovateapp.com> Signed-off-by: Tilman Vatteroth <git@tilmanvatteroth.de>
This commit is contained in:
parent
4c5efeafc8
commit
c68fbea606
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ import type {
|
|||
ValidReactDomElement
|
||||
} from '../../replace-components/component-replacer'
|
||||
import { DO_NOT_REPLACE } from '../../replace-components/component-replacer'
|
||||
import { convertNodeToReactElement } from '@hedgedoc/html-to-react/dist/convertNodeToReactElement'
|
||||
import { convertNodeToReactElement } from '@hedgedoc/html-to-react'
|
||||
import { Optional } from '@mrdrogdrog/optional'
|
||||
import type { Element, Node } from 'domhandler'
|
||||
import { isTag } from 'domhandler'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue