Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit edf32d2

Browse files
committed
Fix types
Signed-off-by: Michael Telatynski <[email protected]>
1 parent d4819cf commit edf32d2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/settings/SettingsStore-test.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
1616

17-
import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk";
18-
import { localstorage } from "modernizr";
17+
import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk/src/matrix";
1918

2019
import BasePlatform from "../../src/BasePlatform";
2120
import SdkConfig from "../../src/SdkConfig";

0 commit comments

Comments
 (0)