feat/restruct: saving timetables to local storage

This commit is contained in:
2025-01-30 21:52:17 +01:00
parent c334b5bfd3
commit 5f264e8b63
8 changed files with 385 additions and 71 deletions
+8
View File
@@ -19,3 +19,11 @@ export const getRegionNameById = (id: string) => {
return 'PL1';
}
};
export const unitNameCorrections: Record<string, string> = {
'2EN57': 'EN57',
'201E': 'ET22',
'4E': 'EU07',
M62: 'ST44',
CTLR4C: 'ST44',
};