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/Group.swift | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Sources/WmapParser/Group.swift (limited to 'Sources/WmapParser/Group.swift') diff --git a/Sources/WmapParser/Group.swift b/Sources/WmapParser/Group.swift deleted file mode 100644 index 5204d45..0000000 --- a/Sources/WmapParser/Group.swift +++ /dev/null @@ -1,4 +0,0 @@ -/// A group of components. -public struct Group: Sendable, Equatable { - public let components: [String] -} -- cgit