diff --git a/gpx/src/io.ts b/gpx/src/io.ts index b4f7b9dd..fbc50a58 100644 --- a/gpx/src/io.ts +++ b/gpx/src/io.ts @@ -1,6 +1,5 @@ import { XMLParser } from "fast-xml-parser"; import { Author, GPXFile, Link, Metadata, Track, TrackPoint, TrackPointExtensions, TrackSegment, TrackStyleExtension, Waypoint } from "./types"; -import { parse } from "path"; const arrayTypes = ['trk', 'trkseg', 'trkpt', 'wpt'];