diff --git a/src/stores/global.store.ts b/src/stores/global.store.ts index 2f0ad98..1a5e6a2 100644 --- a/src/stores/global.store.ts +++ b/src/stores/global.store.ts @@ -3,7 +3,6 @@ import { useApiStore } from './api.store'; import type { ActiveTrain, JournalTimetableDetailed, - JournalTimetableShort, TimetableData, ViewMode } from '../types/common.types';