remove unnecessary class

This commit is contained in:
Minecon724 2024-07-26 18:53:36 +02:00
parent 3d405adc6e
commit 5f1787d6ff
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -35,10 +35,6 @@ import eu.m724.vastapp.R
import eu.m724.vastapp.activity.dashboard.DashboardViewModel import eu.m724.vastapp.activity.dashboard.DashboardViewModel
import org.json.JSONObject import org.json.JSONObject
class Dashboard {
}
@OptIn(ExperimentalMaterial3Api::class) // for pullRefresh @OptIn(ExperimentalMaterial3Api::class) // for pullRefresh
@Composable @Composable
fun DashboardScreen(dashboardViewModel: DashboardViewModel) { fun DashboardScreen(dashboardViewModel: DashboardViewModel) {