remove unnecessary class
This commit is contained in:
parent
3d405adc6e
commit
5f1787d6ff
1 changed files with 0 additions and 4 deletions
|
@ -35,10 +35,6 @@ import eu.m724.vastapp.R
|
|||
import eu.m724.vastapp.activity.dashboard.DashboardViewModel
|
||||
import org.json.JSONObject
|
||||
|
||||
class Dashboard {
|
||||
}
|
||||
|
||||
|
||||
@OptIn(ExperimentalMaterial3Api::class) // for pullRefresh
|
||||
@Composable
|
||||
fun DashboardScreen(dashboardViewModel: DashboardViewModel) {
|
||||
|
|
Loading…
Reference in a new issue