Removed unnecessary semicolon in NotFoundPage

This commit is contained in:
VakarisZ 2020-01-02 12:38:47 +02:00
parent d36b00b05b
commit 9c81ccf6bd
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ let monkeyDetective = require('../../images/detective-monkey.svg');
class ConfigurePageComponent extends React.Component{
constructor(props) {
super(props);
};
}
render(){
return(