mirror of
				https://github.com/gpxstudio/gpx.studio.git
				synced 2025-11-04 05:21:09 +00:00 
			
		
		
		
	remove unused import
This commit is contained in:
		@@ -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'];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user