Skip to content

Commit 00bf56f

Browse files
Code refactoring
1 parent 1c95ab5 commit 00bf56f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/src/components/Map.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import 'leaflet/dist/leaflet.css';
22
import { LatLngExpression } from 'leaflet';
33
import { MapContainer, Circle, TileLayer } from 'react-leaflet';
4+
5+
// Material UI
46
import { useTheme } from '@mui/material/styles';
57

68
interface Props {

0 commit comments

Comments
 (0)