1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-10 07:22:27 +03:00

Add CI to protect against mixing src and lib imports (#2704)

This commit is contained in:
Michael Telatynski
2022-09-30 09:05:28 +01:00
committed by GitHub
parent f398e3564d
commit f349663329
13 changed files with 170 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ import {
registerAlgorithm,
} from "./base";
import { Room } from '../../models/room';
import { MatrixEvent } from "../..";
import { MatrixEvent } from "../../models/event";
import { IEventDecryptionResult } from "../index";
import { IInboundSession } from "../OlmDevice";