diff --git a/DuckDuckGo/VPNIntents.swift b/DuckDuckGo/VPNIntents.swift index 716396607f..d82a7c1b86 100644 --- a/DuckDuckGo/VPNIntents.swift +++ b/DuckDuckGo/VPNIntents.swift @@ -17,6 +17,8 @@ // limitations under the License. // +#if ALPHA + import AppIntents import NetworkExtension import WidgetKit @@ -100,3 +102,5 @@ struct EnableVPNIntent: AppIntent { } } + +#endif