You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-14 19:02:33 +03:00
Make component index happy
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -41,7 +41,7 @@ interface IState {
|
||||
}
|
||||
|
||||
// TODO: Actually write stub
|
||||
export class RoomSublist2 extends React.Component<IProps, IState> {
|
||||
export default class RoomSublist2 extends React.Component<IProps, IState> {
|
||||
public setHeight(size: number) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user