diff --git a/src/IntegrationManager.js b/src/IntegrationManager.js index 7a9d336e97..7ff9aff86e 100644 --- a/src/IntegrationManager.js +++ b/src/IntegrationManager.js @@ -16,9 +16,6 @@ limitations under the License. */ import Modal from './Modal'; import sdk from './index'; -import SdkConfig from './SdkConfig'; -import ScalarMessaging from './ScalarMessaging'; -import ScalarAuthClient from './ScalarAuthClient'; import RoomViewStore from './stores/RoomViewStore'; import MatrixClientPeg from "./MatrixClientPeg";