Make component index happy

pull/21833/head
Travis Ralston 2020-05-04 09:13:35 -06:00
parent 5dda7f02cf
commit ea34bb3022
2 changed files with 2 additions and 2 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;

View File

@ -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) {
}