Try to capitalize ‘app’ like
const App = props => {...}
export default App;
In React, components need to be capitalized, and custom hooks need to start with use
.
Try to capitalize ‘app’ like
const App = props => {...}
export default App;
In React, components need to be capitalized, and custom hooks need to start with use
.