import ComposableArchitecture import SwiftUI @Reducer struct AppFeature { // ... } struct AppView: View { }