fix typescript extension change

This commit is contained in:
Bruno Windels 2021-10-20 15:24:39 +02:00
parent cbf82fcd29
commit 041cedbc58

View file

@ -15,7 +15,7 @@ limitations under the License.
*/
import {DecryptionError} from "../common.js";
import * as RoomKey from "./decryption/RoomKey.js";
import * as RoomKey from "./decryption/RoomKey";
import {SessionInfo} from "./decryption/SessionInfo.js";
import {DecryptionPreparation} from "./decryption/DecryptionPreparation.js";
import {SessionDecryption} from "./decryption/SessionDecryption.js";