import SwiftUI import Lendair @main struct LendairApp: SwiftUI.App { var body: some Scene { WindowGroup { MainTabView() } } }