Skip to content

Commit

Permalink
#13 [Chore] : 수정 불필요한 구문 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
imtaejugkim committed Dec 18, 2024
1 parent f72b089 commit 9b408af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ data class LogInState(
val username: String = "",
val password: String = "",
val isLoading: Boolean = false,
val errorMessage: Int? = null
) : UiState

// Event 정의
Expand Down

0 comments on commit 9b408af

Please sign in to comment.