package com.example.tvcontroller.ui import com.example.tvcontroller.Screen data class AppUiState( val currentScreen: Screen = Screen.Settings, )