-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Remove UIKitNavigation dependency from SwiftUINavigation (#194)
* Remove UIKitNavigation dependency from SwiftUINavigation * Update Exports.swift * Update Package.swift * wip --------- Co-authored-by: Stephen Celis <[email protected]>
1 parent
4d275f0
commit 2101b07
Showing
3 changed files
with
1 addition
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
#if canImport(SwiftUI) | ||
@_exported import CasePaths | ||
@_exported import SwiftNavigation | ||
@_exported import UIKitNavigation | ||
#endif // canImport(SwiftUI) |
This file was deleted.
Oops, something went wrong.