import { stationMap } from './maps/station-map.js'; document.addEventListener('alpine:init', () => { Alpine.data('stationMap', stationMap); });