Skip to content

Commit

Permalink
Code refactoring
Browse files Browse the repository at this point in the history
BobsProgrammingAcademy authored Dec 27, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2feb257 commit 42fc94e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/Map.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'leaflet/dist/leaflet.css';
import { LatLngExpression } from 'leaflet';
import { useTheme } from '@mui/material/styles';
import { MapContainer, Circle, TileLayer } from 'react-leaflet';
import 'leaflet/dist/leaflet.css';
import { useTheme } from '@mui/material/styles';

interface Props {
coordinates: [number, number];

0 comments on commit 42fc94e

Please sign in to comment.