Make component index happy
This commit is contained in:
parent
5dda7f02cf
commit
ea34bb3022
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue