aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/StopMapSheet.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/app/components/StopMapSheet.tsx')
-rw-r--r--src/frontend/app/components/StopMapSheet.tsx8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/app/components/StopMapSheet.tsx b/src/frontend/app/components/StopMapSheet.tsx
index 8bdcfa9..e1f0bf7 100644
--- a/src/frontend/app/components/StopMapSheet.tsx
+++ b/src/frontend/app/components/StopMapSheet.tsx
@@ -1,13 +1,13 @@
import maplibregl from "maplibre-gl";
import React, { useEffect, useMemo, useRef, useState } from "react";
import Map, {
- AttributionControl,
- Marker,
- type MapRef,
+ AttributionControl,
+ Marker,
+ type MapRef,
} from "react-map-gl/maplibre";
import { useApp } from "~/AppContext";
+import type { RegionId } from "~/config/RegionConfig";
import { getLineColor } from "~/data/LineColors";
-import type { RegionId } from "~/data/RegionConfig";
import type { Stop } from "~/data/StopDataProvider";
import { loadStyle } from "~/maps/styleloader";
import "./StopMapSheet.css";