function App() {
return (
<Router>
<Navbar />
<Routes>
<Route path='/' exact component={Statistics} />
<Route path='/' exact component={Overview} />
<Route path='/' exact component={Dashboard} />
<Route path='/' exact component={Analytics} />
</Routes>
</Router>
);
< MyMap />;
}
I am not getting the output and the code is reaching without loading the map.