Bedrock/Sources/Bedrock/Exports.swift
Matt Bruce b3033c084a Remove @_exported imports to prevent macro conflicts
- Changed Exports.swift to use regular imports instead of @_exported
- This prevents ambiguous macro resolution issues in consuming apps
2026-01-02 12:02:27 -06:00

12 lines
247 B
Swift

//
// Exports.swift
// Bedrock
//
// 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
import Foundation