remove unused import

This commit is contained in:
Bruno Windels 2022-03-01 17:08:49 +01:00
parent 8adc5a9fae
commit b6d9993ed0
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import {OlmPayloadType} from "./types";
import type {OlmMessage, OlmPayload} from "./types";
import type {Account} from "../Account";
import type {LockMap} from "../../../utils/LockMap";
import type {Storage} from "../../storage/idb/Storage";
import type {Transaction} from "../../storage/idb/Transaction";
import type {OlmEncryptedEvent} from "./types";
import type * as OlmNamespace from "@matrix-org/olm";