Skip to content

Commit 5f5b6b6

Browse files
committed
refacter :: 봉사신청 루트 네비게이션 적용
1 parent c07ae17 commit 5f5b6b6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

feature/src/main/java/team/aliens/dms/android/feature/volunteers/navigation/VolunteersNavGraph.kt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,11 @@ import com.ramcosta.composedestinations.dynamic.routedIn
44
import com.ramcosta.composedestinations.spec.DestinationSpec
55
import com.ramcosta.composedestinations.spec.NavGraphSpec
66
import com.ramcosta.composedestinations.spec.Route
7-
import team.aliens.dms.android.feature.destinations.StudyRoomDetailsScreenDestination
8-
import team.aliens.dms.android.feature.destinations.StudyRoomListScreenDestination
97
import team.aliens.dms.android.feature.destinations.VolunteersScreenDestination
108

119
object 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,

0 commit comments

Comments
 (0)