Page End + UI adjustments + cleaning

This commit is contained in:
Sebastien Riviere
2026-02-21 21:45:27 +01:00
parent 28e81894ce
commit 405b2934c8
18 changed files with 395 additions and 272 deletions

View File

@@ -4,6 +4,12 @@ export const INITIAL_REGIONS = {
longitude: 2.342,
latitudeDelta: 0,
longitudeDelta: 50
},
TELECOM_PARIS : {
latitude: 48.715,
longitude: 2.203,
latitudeDelta: 0,
longitudeDelta: 0.04
}
};