Skip to content

Commit

Permalink
[FIX/#64] 경로 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jul 15, 2024
1 parent d7fe08b commit 09fae6c
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 09fae6c

Please sign in to comment.