Fix imports

This commit is contained in:
Michael Telatynski 2021-06-18 16:13:55 +01:00
parent 9cce5ef10f
commit 058cbbbd0c
11 changed files with 62 additions and 56 deletions

View file

@ -15,7 +15,8 @@ limitations under the License.
*/
import React from 'react';
import Room from "matrix-js-sdk/src/models/room";
import { Room } from "matrix-js-sdk/src/models/room";
import AutocompleteProvider from './AutocompleteProvider';
import { _t } from '../languageHandler';
import {MatrixClientPeg} from '../MatrixClientPeg';