mirror of
https://github.com/Freika/dawarich.git
synced 2026-01-10 17:21:38 -05:00
10 lines
239 B
JavaScript
10 lines
239 B
JavaScript
// Shared helper functions for MapLibre
|
|
// These mirror the helpers from maps/helpers.js for compatibility
|
|
|
|
export {
|
|
formatDate,
|
|
formatDistance,
|
|
formatSpeed,
|
|
minutesToDaysHoursMinutes,
|
|
haversineDistance
|
|
} from "../maps/helpers";
|