mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 20:26:19 +02:00
Fix types
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
d4819cf054
commit
edf32d245a
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user