Skip to content

Commit 42fc94e

Browse files
Code refactoring
1 parent 2feb257 commit 42fc94e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/src/components/Map.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
import 'leaflet/dist/leaflet.css';
12
import { LatLngExpression } from 'leaflet';
2-
import { useTheme } from '@mui/material/styles';
33
import { MapContainer, Circle, TileLayer } from 'react-leaflet';
4-
import 'leaflet/dist/leaflet.css';
4+
import { useTheme } from '@mui/material/styles';
55

66
interface Props {
77
coordinates: [number, number];

0 commit comments

Comments
 (0)