main #2

Merged
student-15031 merged 7 commits from student-28725/NTO-2025-Android-TeamTask:main into main 2025-11-29 16:46:27 +00:00
Showing only changes of commit 714b223117 - Show all commits

View File

@@ -3,4 +3,4 @@ package ru.myitschool.work.ui.nav
import kotlinx.serialization.Serializable import kotlinx.serialization.Serializable
@Serializable @Serializable
data object MainScreenDestination: AppDestination data class MainScreenDestination(val authCode: String)