Add missing import

pull/21833/head
J. Ryan Stinnett 2020-01-17 13:50:24 +00:00
parent fb9962b08e
commit 9b64686041
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ limitations under the License.
import * as sdk from './index';
import Modal from './Modal';
import SettingsStore from './settings/SettingsStore';
// TODO: We can remove this once cross-signing is the only way.
// https://github.com/vector-im/riot-web/issues/11908