Skip to content

Commit 5d12c50

Browse files
committed
refactor: LoginFeature dependency key 경로 정리
1 parent 85e3fd1 commit 5d12c50

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Application/DevLogPresentation/Sources/Login/LoginFeature.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// Created by opfic on 6/5/26.
66
//
77

8-
@preconcurrency import ComposableArchitecture
8+
import ComposableArchitecture
99
@preconcurrency import DevLogDomain
1010
import Foundation
1111

@@ -33,7 +33,7 @@ struct LoginFeature {
3333
case error
3434
}
3535

36-
@Dependency(\.signInUseCase) var signInUseCase
36+
@Dependency(SignInUseCaseDependency.self) var signInUseCase
3737

3838
var body: some ReducerOf<Self> {
3939
Reduce { state, action in

0 commit comments

Comments
 (0)