fix wrong extension in import

This commit is contained in:
Bruno Windels 2022-05-17 15:55:15 +02:00
parent 6225574df6
commit b2d787b96c
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ import {WrappedError} from "../error.js"
import {Heroes} from "./members/Heroes.js";
import {AttachmentUpload} from "./AttachmentUpload.js";
import {DecryptionSource} from "../e2ee/common.js";
import {iterateResponseStateEvents} from "./common.js";
import {iterateResponseStateEvents} from "./common";
import {PowerLevels, EVENT_TYPE as POWERLEVELS_EVENT_TYPE } from "./PowerLevels.js";
const EVENT_ENCRYPTED_TYPE = "m.room.encrypted";