import SwiftUI @main struct SankofaPhoenixApp: App { var body: some Scene { WindowGroup { ContentView() } } }