feat: Resolving concurrency warnings

This commit is contained in:
2024-06-11 10:34:19 -04:00
parent e07df0e426
commit bf2e65fb8f
15 changed files with 156 additions and 130 deletions

View File

@@ -2,7 +2,7 @@ import ComposableArchitecture
import SwiftUI
@Reducer
public struct InfoViewFeature {
public struct InfoViewFeature: Sendable {
public init() { }