refactor(map): useDrawLines.js auf Redux umgestellt

- fetch-Aufruf ersetzt durch Redux-Thunk fetchGisLinesThunk
- gisLines aus Redux-Store bezogen mit selectGisLines
- Datenmapping erfolgt reaktiv via useEffect
- Version auf 1.1.174 erhöht
This commit is contained in:
ISA
2025-05-26 11:50:39 +02:00
parent bbca980b5b
commit ff55481273
3 changed files with 68 additions and 32 deletions

View File

@@ -1,2 +1,2 @@
// /config/appVersion
export const APP_VERSION = "1.1.174";
export const APP_VERSION = "1.1.175";