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 3c2eaf1 commit 0e1f322Copy full SHA for 0e1f322
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