Remove map route
This commit is contained in:
parent
acff469ba0
commit
6aa48ce4a3
@ -3,7 +3,6 @@ import L from 'leaflet';
|
|||||||
import markerIconPng from 'leaflet/dist/images/marker-icon.png';
|
import markerIconPng from 'leaflet/dist/images/marker-icon.png';
|
||||||
import { useEffect, useContext } from 'react';
|
import { useEffect, useContext } from 'react';
|
||||||
import { ApiContext } from '../../utils/api_context';
|
import { ApiContext } from '../../utils/api_context';
|
||||||
import { AuthContext } from '../../utils/auth_context';
|
|
||||||
|
|
||||||
const userPositionBubble = {
|
const userPositionBubble = {
|
||||||
color: 'black',
|
color: 'black',
|
||||||
|
@ -19,7 +19,6 @@ export const Router = () => {
|
|||||||
<Route path="admin" element={<Admin />} />
|
<Route path="admin" element={<Admin />} />
|
||||||
<Route path="signin" element={<SignIn />} />
|
<Route path="signin" element={<SignIn />} />
|
||||||
<Route path="signup" element={<SignUp />} />
|
<Route path="signup" element={<SignUp />} />
|
||||||
<Route path="map" element={<Map />} />
|
|
||||||
</Routes>
|
</Routes>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user