Import the right SettingsStore

Signed-off-by: Travis Ralston <travpc@gmail.com>
pull/5468/head
Travis Ralston 2017-10-29 22:18:34 -06:00
parent ccf52b2a69
commit f1c81be633
1 changed files with 1 additions and 1 deletions

View File

@ -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;