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/Inertia.swift | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 Sources/WmapParser/Inertia.swift (limited to 'Sources/WmapParser/Inertia.swift') diff --git a/Sources/WmapParser/Inertia.swift b/Sources/WmapParser/Inertia.swift deleted file mode 100644 index e9be9c0..0000000 --- a/Sources/WmapParser/Inertia.swift +++ /dev/null @@ -1,4 +0,0 @@ -/// Inertia associated with a component. -public struct Inertia: Sendable, Equatable { - public let component: String -} -- cgit