This commit is contained in:
Michael Telatynski 2021-06-08 16:40:01 +01:00
parent 90bb7c1482
commit 54241f44c2
3 changed files with 1 additions and 3 deletions

View file

@ -16,7 +16,6 @@ limitations under the License.
import React, {useCallback, useContext, useEffect, useState} from "react";
import { Room } from "matrix-js-sdk/src/models/room";
import { RoomState } from "matrix-js-sdk/src/models/room-state";
import { MatrixEvent } from "matrix-js-sdk/src/models/event";
import { EventType } from 'matrix-js-sdk/src/@types/event';