diff --git a/Sources/FluentUI/FluentUI.swift b/Sources/FluentUI/FluentUI.swift index db7c610e28..5a51e5e214 100644 --- a/Sources/FluentUI/FluentUI.swift +++ b/Sources/FluentUI/FluentUI.swift @@ -3,7 +3,7 @@ // Licensed under the MIT License. // -#if os(iOS) +#if os(iOS) || os(visionOS) @_exported import FluentUI_ios #elseif os(macOS) @_exported import FluentUI_macos