diff --git a/Sources/Bedrock/Exports.swift b/Sources/Bedrock/Exports.swift index 0ba7d59..ded610c 100644 --- a/Sources/Bedrock/Exports.swift +++ b/Sources/Bedrock/Exports.swift @@ -2,13 +2,10 @@ // Exports.swift // Bedrock // -// Re-exports for convenient importing. +// Common imports for Bedrock. // +// Note: We import but don't re-export SwiftUI/Foundation to avoid +// ambiguity issues with macros like #Preview when apps also import these. import SwiftUI - -// Re-export SwiftUI for consumers who only import Bedrock -@_exported import SwiftUI - -// Re-export Foundation for common types -@_exported import Foundation +import Foundation