1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

some cleanups

This commit is contained in:
Hubert Chathi
2019-06-05 15:24:03 -04:00
parent 5f539aacd9
commit 0c714ba4a1
4 changed files with 1 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
"use strict";
import expect from 'expect';
import Promise from 'bluebird';
const logger = require("../lib/logger");
// load olm before the sdk if possible
import './olm-loader';