Primer commit de Megafonías TsSAEx

This commit is contained in:
2026-02-10 11:38:26 +01:00
commit 1b0e879ba2
61 changed files with 2521 additions and 0 deletions

12
public/data/exterior.json Normal file
View File

@@ -0,0 +1,12 @@
{
"lineas": {
"L1": {
"nombre": "Línea 1",
"destinos": ["Zafra", "Hospital JRJ"]
},
"L2": {
"nombre": "Línea 2",
"destinos": ["Zafra", "Hospital JRJ"]
}
}
}