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

Commit ab4d2ae

Browse files
committed
Missing import
1 parent 3e26165 commit ab4d2ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/views/dialogs/LogoutDialog.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ limitations under the License.
1717

1818
import React from "react";
1919
import { logger } from "matrix-js-sdk/src/logger";
20+
import { MatrixClient } from "matrix-js-sdk/src/matrix";
2021

2122
import type CreateKeyBackupDialog from "../../../async-components/views/dialogs/security/CreateKeyBackupDialog";
2223
import type ExportE2eKeysDialog from "../../../async-components/views/dialogs/security/ExportE2eKeysDialog";

0 commit comments

Comments
 (0)