Skip to content

Commit

Permalink
[feature/#1011] internal 접근 제어자 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jan 1, 2025
1 parent fc867fe commit 7245528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import org.sopt.official.feature.auth.feature.certificate.navigation.certificati
import org.sopt.official.feature.auth.feature.certificate.navigation.navigateCertification

@Composable
fun AuthScreen(
internal fun AuthScreen(
navigateToUnAuthenticatedHome: () -> Unit,
onGoogleLoginCLick: () -> Unit,
navController: NavHostController = rememberNavController(),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import org.sopt.official.feature.auth.component.AuthTextWithArrow
import org.sopt.official.feature.auth.component.LoginErrorDialog

@Composable
fun AuthMainRoute(
internal fun AuthMainRoute(
viewModel: AuthViewModel = hiltViewModel(),
navigateToUnAuthenticatedHome: () -> Unit,
onGoogleLoginCLick: () -> Unit,
Expand Down

0 comments on commit 7245528

Please sign in to comment.