We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0cdcb commit 6b81488Copy full SHA for 6b81488
Projects/Feature/FeaturePokit/Sources/PokitLinkEditFeature.swift
@@ -14,9 +14,12 @@ import Util
14
@Reducer
15
public struct PokitLinkEditFeature {
16
/// - Dependency
17
- @Dependency(\.dismiss) var dismiss
18
- @Dependency(CategoryClient.self) var categoryClient
19
- @Dependency(ContentClient.self) var contentClient
+ @Dependency(\.dismiss)
+ var dismiss
+ @Dependency(CategoryClient.self)
20
+ var categoryClient
21
+ @Dependency(ContentClient.self)
22
+ var contentClient
23
/// - State
24
@ObservableState
25
public struct State: Equatable {
0 commit comments