mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Import the right SettingsStore
Signed-off-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
ccf52b2a69
commit
f1c81be633
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ import {parseQs, parseQsFromFragment} from './url_utils';
|
|||
import Platform from './platform';
|
||||
|
||||
import MatrixClientPeg from 'matrix-react-sdk/lib/MatrixClientPeg';
|
||||
import SettingsStore from "../../../matrix-react-sdk/src/settings/SettingsStore";
|
||||
import SettingsStore from "matrix-react-sdk/lib/settings/SettingsStore";
|
||||
|
||||
var lastLocationHashSet = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue