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

Commit 7e846b8

Browse files
committed
remove unused import
1 parent c67f311 commit 7e846b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/structures/LoggedInView.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import CallMediaHandler from '../../CallMediaHandler';
2727
import { fixupColorFonts } from '../../utils/FontManager';
2828
import * as sdk from '../../index';
2929
import dis from '../../dispatcher/dispatcher';
30-
import {MatrixClientPeg, IMatrixClientCreds} from '../../MatrixClientPeg';
30+
import { IMatrixClientCreds } from '../../MatrixClientPeg';
3131
import SettingsStore from "../../settings/SettingsStore";
3232

3333
import TagOrderActions from '../../actions/TagOrderActions';

0 commit comments

Comments
 (0)