Fix build
This commit is contained in:
parent
fe814718eb
commit
333163499f
3 changed files with 6 additions and 3 deletions
|
|
@ -15,7 +15,8 @@ export type TopBarState = {
|
|||
|
||||
};
|
||||
|
||||
export default class TopBar extends React.PureComponent<TopBarProps, TopBarState> {
|
||||
export default class TopBar
|
||||
extends React.PureComponent<TopBarProps, TopBarState> {
|
||||
constructor(props: TopBarProps) {
|
||||
super(props);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue