Import replaceableComponent

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
pull/21833/head
Šimon Brandner 2021-07-13 09:40:29 +02:00
parent 562d43e81c
commit 9455a6d772
No known key found for this signature in database
GPG Key ID: 9760693FDD98A790
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ import TextualBody from "../messages/TextualBody";
import MImageReplyBody from "../messages/MImageReplyBody"; import MImageReplyBody from "../messages/MImageReplyBody";
import * as sdk from '../../../index'; import * as sdk from '../../../index';
import { EventType, MsgType, RelationType } from 'matrix-js-sdk/src/@types/event'; import { EventType, MsgType, RelationType } from 'matrix-js-sdk/src/@types/event';
import { replaceableComponent } from '../../../utils/replaceableComponent';
interface IProps { interface IProps {
mxEvent: MatrixEvent; mxEvent: MatrixEvent;