forked from mystiq/hydrogen-web
remove unused import
This commit is contained in:
parent
8adc5a9fae
commit
b6d9993ed0
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ import {OlmPayloadType} from "./types";
|
||||||
import type {OlmMessage, OlmPayload} from "./types";
|
import type {OlmMessage, OlmPayload} from "./types";
|
||||||
import type {Account} from "../Account";
|
import type {Account} from "../Account";
|
||||||
import type {LockMap} from "../../../utils/LockMap";
|
import type {LockMap} from "../../../utils/LockMap";
|
||||||
import type {Storage} from "../../storage/idb/Storage";
|
|
||||||
import type {Transaction} from "../../storage/idb/Transaction";
|
import type {Transaction} from "../../storage/idb/Transaction";
|
||||||
import type {OlmEncryptedEvent} from "./types";
|
import type {OlmEncryptedEvent} from "./types";
|
||||||
import type * as OlmNamespace from "@matrix-org/olm";
|
import type * as OlmNamespace from "@matrix-org/olm";
|
||||||
|
|
Loading…
Reference in a new issue