Improve datastore about cached trip details

This commit is contained in:
2025-07-05 23:47:25 +02:00
parent 433157278d
commit 6571d053e0
4 changed files with 67 additions and 1 deletions

View File

@@ -2,8 +2,10 @@ import * as Api from './api.js';
import { setupPopups } from "./popup.js";
import { setupLocationsSearch } from './locations-search.js';
import { setupJourneysSearch, attachJourneysSearch } from './journeys-search.js';
import { DataStore } from './datastore.js';
window.Api = Api;
window.DataStore = DataStore;
setupPopups();
setupLocationsSearch();