Skip to content

Commit 98d7fd2

Browse files
committed
fix: Remove missing import
1 parent 7ab619e commit 98d7fd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Resettable/Resettable+CollectionProxy.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import KeyPathsExtensions
2-
import KeyPathMapper
2+
import KeyPathMapping
33

44
extension Resettable where Base: Collection {
55
/// Creates a proxy for collection-based mutations

0 commit comments

Comments
 (0)