mirror of https://github.com/vector-im/riot-web
Import replaceableComponent
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
562d43e81c
commit
9455a6d772
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue