Skip to content

Commit

Permalink
[add] #72 Onboarding Graphic 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
HAJIEUN02 committed Jan 24, 2025
1 parent f6752bb commit 1ea433f
Show file tree
Hide file tree
Showing 3 changed files with 825 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ class LoginContract {
val isOnboardingCompleted: Boolean = false,
val onBoardingList: List<Int> =
immutableListOf(
R.drawable.img_login1,
R.drawable.img_login2,
R.drawable.img_login1,
R.drawable.img_onboarding_first,
R.drawable.img_onboarding_second,
),
val loginState: Boolean = false,
) : BaseContract.State, Parcelable {
Expand Down
Loading

0 comments on commit 1ea433f

Please sign in to comment.