diff --git a/Sources/Swappable/Swappable.swift b/Sources/Swappable/Swappable.swift index 77a820d..4663941 100644 --- a/Sources/Swappable/Swappable.swift +++ b/Sources/Swappable/Swappable.swift @@ -67,7 +67,7 @@ public extension View { } } -extension Swappable where Self: View { +public extension Swappable where Self: View { var body: some View { SwappedIfNeeded(input: input, content: defaultBody)