mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-11-20 03:25:52 +01:00
fix wrong import path that crept in merge again
This commit is contained in:
parent
e71ecdd0ba
commit
6c294b1ab1
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user