import React from \'react\'; import ReactDOM from \'react-dom\'; import Map from \'./components/map/container/map\'; import App from \'./App\'; import \'./index.css\
for me i was trying to route in app.js some component that have problem, so index.js will not render the / because of that in-proper import in app.js
so alwasy make sure components in app.js are working properly