Skip to content

Commit

Permalink
Updated user login with the new gateway framework
Browse files Browse the repository at this point in the history
  • Loading branch information
KaxiYuan8288 committed Jul 19, 2023
1 parent 95476d5 commit fba496c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/userlogin/UserLoginInteractor.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import presenter.LoginOutputBoundary;
import presenter.LoginResponseModel;
import usergateway.UserGateway;
import gateway.UserGateway;

public class UserLoginInteractor implements UserLoginInputBoundary{
final UserGateway userGateway;
Expand Down

0 comments on commit fba496c

Please sign in to comment.