first stats fixes

This commit is contained in:
vcoppe
2024-04-18 19:24:08 +02:00
parent c32bd55172
commit b0dd5a7761
4 changed files with 13 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ export type WaypointType = {
export type Coordinates = {
lat: number;
lng: number;
lon: number;
};
export type TrackType = {