main #12

Closed
student-33689 wants to merge 4 commits from student-33689/NTO-2025-Android-TeamTask:main into main
Showing only changes of commit fc7c264b8d - Show all commits

View File

@@ -5,4 +5,5 @@ import ru.myitschool.work.ui.screen.auth.AuthState
interface MainState {
object Loading: MainState
object Data: MainState
}