Make component index happy

This commit is contained in:
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

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