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