feat: register stationMap Alpine component
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { stationMap } from './maps/station-map.js';
|
||||
|
||||
document.addEventListener('alpine:init', () => {
|
||||
Alpine.data('stationMap', stationMap);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user