mirror of
https://github.com/element-hq/element-web
synced 2024-11-24 02:05:45 +03:00
Fix import
This commit is contained in:
parent
834f72a9a8
commit
0d9e27f34a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import PlatformPeg from "./PlatformPeg";
|
|||
import SdkConfig from "./SdkConfig";
|
||||
import { MatrixClientPeg } from "./MatrixClientPeg";
|
||||
import SettingsStore from "./settings/SettingsStore";
|
||||
import { MatrixClient } from "../../matrix-js-sdk";
|
||||
import { MatrixClient } from "matrix-js-sdk";
|
||||
|
||||
async function getStorageOptions(): Promise<Record<string, string>> {
|
||||
const result = {};
|
||||
|
|
Loading…
Reference in a new issue