Skip to content

Commit

Permalink
[FEAT/#80] 경로 초기화
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 15, 2024
1 parent 96069ff commit 89fd781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class MainNavigator(
@Composable get() = navController
.currentBackStackEntryAsState().value?.destination

val startDestination = Search
val startDestination = SignIn

val currentTab: MainTab?
@Composable get() = MainTab.find { tab ->
Expand Down

0 comments on commit 89fd781

Please sign in to comment.