File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
feature/src/main/java/team/aliens/dms/android/feature/volunteers/navigation Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,11 @@ import com.ramcosta.composedestinations.dynamic.routedIn
44import com.ramcosta.composedestinations.spec.DestinationSpec
55import com.ramcosta.composedestinations.spec.NavGraphSpec
66import com.ramcosta.composedestinations.spec.Route
7- import team.aliens.dms.android.feature.destinations.StudyRoomDetailsScreenDestination
8- import team.aliens.dms.android.feature.destinations.StudyRoomListScreenDestination
97import team.aliens.dms.android.feature.destinations.VolunteersScreenDestination
108
119object VolunteersNavGraph : NavGraphSpec {
1210 override val route: String = " volunteers"
13- override val startRoute: Route = VolunteersScreenDestination
11+ override val startRoute: Route = VolunteersScreenDestination routedIn this
1412 override val destinationsByRoute: Map <String , DestinationSpec <* >> =
1513 listOf (
1614 VolunteersScreenDestination ,
You can’t perform that action at this time.
0 commit comments