import ComposableArchitecture import SwiftUI @main struct CaseStudiesApp: App { var body: some Scene { WindowGroup { RootView() } } }