React Hook "useState" is called in function "app" which is neither a React function component or a custom React Hook function react-hooks/rules-of-hooks

JavaScript
//Try to capitalize 'app' like
const App = props => {...}

export default App;capitalize 
const App
Source

Also in JavaScript: