Skip to content
Snippets Groups Projects
Commit 0f8c0bc3 authored by Taras's avatar Taras
Browse files

Create ConfigureWorkspaceViewModel

parent 32a7feb1
No related branches found
No related tags found
No related merge requests found
package org.futo.circles.core.workspace
import androidx.lifecycle.ViewModel
import dagger.hilt.android.lifecycle.HiltViewModel
import javax.inject.Inject
@HiltViewModel
class ConfigureWorkspaceViewModel @Inject constructor(
) : ViewModel() {
}
\ 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