Fix types

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
dbkr/sss
Michael Telatynski 2024-08-06 11:23:26 +01:00
parent d4819cf054
commit edf32d245a
No known key found for this signature in database
GPG Key ID: A2B008A5F49F5D0D
1 changed files with 1 additions and 2 deletions

View File

@ -14,8 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License. limitations under the License.
*/ */
import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk"; import { ClientEvent, MatrixClient, Room, SyncState } from "matrix-js-sdk/src/matrix";
import { localstorage } from "modernizr";
import BasePlatform from "../../src/BasePlatform"; import BasePlatform from "../../src/BasePlatform";
import SdkConfig from "../../src/SdkConfig"; import SdkConfig from "../../src/SdkConfig";