remove unused import
This commit is contained in:
parent
b0c691b789
commit
6dd945c284
1 changed files with 0 additions and 1 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { XMLParser } from "fast-xml-parser";
|
import { XMLParser } from "fast-xml-parser";
|
||||||
import { Author, GPXFile, Link, Metadata, Track, TrackPoint, TrackPointExtensions, TrackSegment, TrackStyleExtension, Waypoint } from "./types";
|
import { Author, GPXFile, Link, Metadata, Track, TrackPoint, TrackPointExtensions, TrackSegment, TrackStyleExtension, Waypoint } from "./types";
|
||||||
import { parse } from "path";
|
|
||||||
|
|
||||||
const arrayTypes = ['trk', 'trkseg', 'trkpt', 'wpt'];
|
const arrayTypes = ['trk', 'trkseg', 'trkpt', 'wpt'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue