fix wrong import path that crept in merge again

This commit is contained in:
Bruno Windels 2023-03-28 23:32:54 +02:00
parent e71ecdd0ba
commit 6c294b1ab1

View File

@ -22,7 +22,7 @@ import type {Platform} from "../../platform/web/Platform";
import type {DeviceTracker} from "../e2ee/DeviceTracker";
import type {HomeServerApi} from "../net/HomeServerApi";
import type {Account} from "../e2ee/Account";
import {ILogItem} from "../../lib";
import type {ILogItem} from "../../logging/types";
import {pkSign} from "./common";
import {SASVerification} from "./SAS/SASVerification";
import {ToDeviceChannel} from "./SAS/channel/Channel";