Move profile edit screen to new package
This commit is contained in:
parent
87fe476724
commit
71b9550bd0
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
package be.ugent.sel.studeez.screens.profile
|
||||
package be.ugent.sel.studeez.screens.profile.edit_profile
|
||||
|
||||
import androidx.compose.foundation.lazy.LazyColumn
|
||||
import androidx.compose.runtime.Composable
|
|
@ -1,4 +1,4 @@
|
|||
package be.ugent.sel.studeez.screens.profile
|
||||
package be.ugent.sel.studeez.screens.profile.edit_profile
|
||||
|
||||
data class ProfileEditUiState (
|
||||
val username: String = "",
|
|
@ -1,4 +1,4 @@
|
|||
package be.ugent.sel.studeez.screens.profile
|
||||
package be.ugent.sel.studeez.screens.profile.edit_profile
|
||||
|
||||
import androidx.compose.runtime.mutableStateOf
|
||||
import be.ugent.sel.studeez.R
|
Reference in a new issue