diff options
Diffstat (limited to 'Sources/WmapParser/Component.swift')
| -rw-r--r-- | Sources/WmapParser/Component.swift | 6 |
1 files changed, 0 insertions, 6 deletions
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 -} |