import SwiftUI @available(iOS 18.0, *) enum BeenVoiceIntentHelpers { @MainActor static func openDeepLink(_ url: URL) { EnvironmentValues().openURL(url) } }