aboutsummaryrefslogtreecommitdiff
path: root/Sources/WmapParser/Component.swift
diff options
context:
space:
mode:
authorRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 16:16:22 +0100
committerRuben Beltran del Rio <jj@r.bdr.sh>2025-12-14 16:40:52 +0100
commit0b90075f76b6f2df77c01c303322323b1395641a (patch)
tree4e13d3ce0b1f4792eab8d04caefda2218565f5a9 /Sources/WmapParser/Component.swift
parent088a941a72c2f3e9b3382eb9c5d2f21203dd401c (diff)
Use WmapParser namespace
Diffstat (limited to 'Sources/WmapParser/Component.swift')
-rw-r--r--Sources/WmapParser/Component.swift6
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
-}