Skip to content

Commit

Permalink
Feature #38: signupState
Browse files Browse the repository at this point in the history
  • Loading branch information
0se0 committed Jun 27, 2024
1 parent 25aa1c7 commit 69893fd
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.sopt.now.compose.ui.signup
data class SignUpState(
val id: String = "",
val password: String = "",
val nickname: String = "",
val phone: String = ""
)

0 comments on commit 69893fd

Please sign in to comment.