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