Import replaceableComponent

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Š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

View File

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