chore: build

This commit is contained in:
2026-06-14 18:21:13 +02:00
parent 3a70a6f4c7
commit c7d43e7641
4 changed files with 0 additions and 12 deletions
-1
View File
@@ -70,7 +70,6 @@ export const maneuverIcons: Record<string, string> = {
DEFAULT: "arrow-up",
};
// ---- Helpers ----
function formatDistance(meters: number): string {
if (meters < 1000) return `${Math.round(meters)} m`;
return `${(meters / 1000).toFixed(1)} km`;