Skip to content

Commit

Permalink
Add missing KeychainStore import in Stores
Browse files Browse the repository at this point in the history
  • Loading branch information
omaralbeik committed Aug 21, 2022
1 parent 008d0c1 commit d0d69c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/Stores/Stores.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,7 @@
#if canImport(CoreDataStore)
@_exported import CoreDataStore
#endif

#if canImport(KeychainStore)
@_exported import KeychainStore
#endif

0 comments on commit d0d69c1

Please sign in to comment.