Fix src/lib import (#7825)

pull/21833/head
David Baker 2022-02-17 10:06:19 +00:00 committed by GitHub
parent 328bbd0e08
commit 3be74d38d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
import { Room } from "matrix-js-sdk";
import { Room } from "matrix-js-sdk/src/models/room";
import "../../skinned-sdk";
import { stubClient } from "../../test-utils";