From 0b90075f76b6f2df77c01c303322323b1395641a Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 14 Dec 2025 16:16:22 +0100 Subject: Use WmapParser namespace --- Sources/WmapParser/Component.swift | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 Sources/WmapParser/Component.swift (limited to 'Sources/WmapParser/Component.swift') diff --git a/Sources/WmapParser/Component.swift b/Sources/WmapParser/Component.swift deleted file mode 100644 index 027ac59..0000000 --- a/Sources/WmapParser/Component.swift +++ /dev/null @@ -1,6 +0,0 @@ -/// A component in the map. -public struct Component: Sendable, Equatable { - public let label: String - public let coordinates: MapPoint - public let shape: Shape -} -- cgit