Remove top level matrix-js-sdk imports

This commit is contained in:
Robin Townsend 2022-08-12 16:46:53 -04:00
commit 882eed0737
18 changed files with 32 additions and 18 deletions

View file

@ -14,7 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { RoomMember, RoomMemberEvent } from "matrix-js-sdk";
import {
RoomMember,
RoomMemberEvent,
} from "matrix-js-sdk/src/models/room-member";
import { useState, useEffect } from "react";
interface RoomMemberName {