diff --git a/test/settings/SettingsStore-test.ts b/test/settings/SettingsStore-test.ts index 6b2a4a6d6a7..85d9e0d0899 100644 --- a/test/settings/SettingsStore-test.ts +++ b/test/settings/SettingsStore-test.ts @@ -14,8 +14,7 @@ See the License for the specific language governing permissions and limitations under the License. */ -import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk"; -import { localstorage } from "modernizr"; +import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk/src/matrix"; import BasePlatform from "../../src/BasePlatform"; import SdkConfig from "../../src/SdkConfig";