Skip to content

Commit a905028

Browse files
committed
bandaid
Signed-off-by: Michael Telatynski <[email protected]>
1 parent 274e6f3 commit a905028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/structures/MatrixChat.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
*/
1919

2020
import React, { createRef } from 'react';
21+
// @ts-ignore - XXX: no idea why this import fails
2122
import * as Matrix from "matrix-js-sdk";
2223
import { InvalidStoreError } from "matrix-js-sdk/src/errors";
2324
import { RoomMember } from "matrix-js-sdk/src/models/room-member";

0 commit comments

Comments
 (0)