Run prettier across the react source.

This commit is contained in:
Dan Albert
2022-03-03 23:34:18 -08:00
parent 13ca5352c7
commit a710ce5e1b
30 changed files with 85 additions and 104 deletions

View File

@@ -1,11 +1,10 @@
import { Marker, Tooltip, useMap, useMapEvent } from "react-leaflet";
import { MutableRefObject, useCallback, useRef } from "react";
import { Waypoint } from "../../api/waypoint";
import { Icon } from "leaflet";
import { Marker as LMarker } from "leaflet";
import { Waypoint } from "../../api/waypoint";
import icon from "leaflet/dist/images/marker-icon.png";
import iconShadow from "leaflet/dist/images/marker-shadow.png";
import { MutableRefObject, useCallback, useRef } from "react";
import { Marker, Tooltip, useMap, useMapEvent } from "react-leaflet";
const WAYPOINT_ICON = new Icon({
iconUrl: icon,