mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
fix js-sdk lib import
This commit is contained in:
parent
6693993d08
commit
30d027d2b4
@ -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…
x
Reference in New Issue
Block a user