My application is stored in /src/index.js but i also have a /App.js and a /index.js.
I don\'t know the difference between these and i think thats the reason im getti
You forgot to return the components
return
components
const App = ({ dispatch, nav }) => { return( ) }; export default () => { return( ) }