mirror of
https://github.com/vector-im/element-web.git
synced 2025-08-18 21:11:25 +02:00
add ts-ignore for js-sdk as per comment
This commit is contained in:
parent
00edfc83cd
commit
adc93ca7d6
@ -59,6 +59,7 @@ import {MatrixClientPeg} from './MatrixClientPeg';
|
||||
import PlatformPeg from './PlatformPeg';
|
||||
import Modal from './Modal';
|
||||
import { _t } from './languageHandler';
|
||||
// @ts-ignore - XXX: tsc doesn't like this: our js-sdk imports are complex so this isn't surprising
|
||||
import Matrix from 'matrix-js-sdk';
|
||||
import dis from './dispatcher/dispatcher';
|
||||
import WidgetUtils from './utils/WidgetUtils';
|
||||
|
Loading…
x
Reference in New Issue
Block a user