1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-16 06:42:26 +03:00

Clean up imports and other minor lints

This commit is contained in:
Travis Ralston
2020-05-11 16:12:45 -06:00
parent df3d5c4159
commit 9f0810240f
6 changed files with 7 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ import { DefaultTagID, TagID } from "../../../stores/room-list/models";
import { Dispatcher } from "flux";
import { ActionPayload } from "../../../dispatcher-types";
import dis from "../../../dispatcher";
import RoomSublist2 from "./RoomSublist2";
import RoomSublist2 from "./RoomSublist2";
interface IProps {
onKeyDown: (ev: React.KeyboardEvent) => void;