mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
fix js-sdk lib import
This commit is contained in:
parent
6693993d08
commit
30d027d2b4
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ import React, { createRef, SyntheticEvent } from 'react';
|
|||
import ReactDOM from 'react-dom';
|
||||
import highlight from 'highlight.js';
|
||||
import { MatrixEvent } from 'matrix-js-sdk/src/models/event';
|
||||
import { MsgType } from "matrix-js-sdk/lib/@types/event";
|
||||
import { MsgType } from "matrix-js-sdk/src/@types/event";
|
||||
|
||||
import * as HtmlUtils from '../../../HtmlUtils';
|
||||
import { formatDate } from '../../../DateUtils';
|
||||
|
|
Loading…
Reference in a new issue