aboutsummaryrefslogtreecommitdiff
path: root/src/frontend/app/components/stop
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-12-28 18:21:17 +0100
committerAriel Costas Guerrero <ariel@costas.dev>2025-12-28 18:21:30 +0100
commitb2ddc0ef449ccbe7f0d33e539ccdfc1baef04e2c (patch)
treee097f7e990a610762d8c4297f82147c57b4635fd /src/frontend/app/components/stop
parent4fb2fe683b75464917dec4b1a0aaee63830f3b9a (diff)
Get favourite stops from OTP instead of pre-generated file
Diffstat (limited to 'src/frontend/app/components/stop')
-rw-r--r--src/frontend/app/components/stop/StopMapModal.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/app/components/stop/StopMapModal.tsx b/src/frontend/app/components/stop/StopMapModal.tsx
index 757411e..688ec2e 100644
--- a/src/frontend/app/components/stop/StopMapModal.tsx
+++ b/src/frontend/app/components/stop/StopMapModal.tsx
@@ -1,3 +1,4 @@
+import maplibregl from "maplibre-gl";
import React, {
useCallback,
useEffect,