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