problems: add layout options

This commit is contained in:
Alexander Zobnin
2019-01-16 11:57:12 +03:00
parent a61f219dfc
commit ba2c6aff99
4 changed files with 34 additions and 12 deletions

View File

@@ -30,7 +30,7 @@ interface ProblemListState {
page: number;
}
export class ProblemList extends PureComponent<ProblemListProps, ProblemListState> {
export default class ProblemList extends PureComponent<ProblemListProps, ProblemListState> {
rootWidth: number;
rootRef: any;