Skip to content
Snippets Groups Projects
Commit 6908f2fc authored by Taras's avatar Taras
Browse files

Create view model

parent 54a1cf20
No related branches found
No related tags found
No related merge requests found
package com.futo.circles.feature.people.user
import androidx.lifecycle.ViewModel
class UserViewModel(
userDataSource: UserDataSource
) : ViewModel() {
val userLiveData = userDataSource.userLiveData
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment