Files
fuel-price/resources/js/app.js
Ovidiu U 4b29e6fdb0
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
feat: add saved stations mockup with iconify-icon package
2026-04-07 08:29:12 +01:00

7 lines
172 B
JavaScript

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