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

Commit

Permalink
add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
toger5 committed Jul 25, 2024
1 parent 1a12041 commit 90f7b76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Notifier-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
SyncState,
} from "matrix-js-sdk/src/matrix";
import { waitFor } from "@testing-library/react";
import { CallMembership } from "matrix-js-sdk/src/matrixrtc";
import { CallMembership, MatrixRTCSession } from "matrix-js-sdk/src/matrixrtc";

import BasePlatform from "../src/BasePlatform";
import Notifier from "../src/Notifier";
Expand Down

0 comments on commit 90f7b76

Please sign in to comment.