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