Skip to content

Commit

Permalink
Remove unused perception branches (#3376)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephencelis committed Sep 12, 2024
1 parent 5e9943d commit 912192b
Show file tree
Hide file tree
Showing 11 changed files with 1,635 additions and 1,693 deletions.
13 changes: 3 additions & 10 deletions Sources/ComposableArchitecture/Internal/Exports.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,9 @@
@_exported import ConcurrencyExtras
@_exported import CustomDump
@_exported import Dependencies
@_exported import DependenciesMacros
@_exported import IdentifiedCollections
@_exported import Observation
@_exported import Perception
@_exported import SwiftUINavigation
@_exported import UIKitNavigation

#if canImport(DependenciesMacros)
@_exported import DependenciesMacros
#endif
#if canImport(Observation)
@_exported import Observation
#endif
#if canImport(Perception)
@_exported import Perception
#endif
Loading

0 comments on commit 912192b

Please sign in to comment.