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