Skip to content

Commit

Permalink
[DEL/#16] 불필요한 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
leeeyubin committed Jul 7, 2024
1 parent c8f3c5b commit 0b7ea2e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ fun SignInRoute(
fun SignInScreen(
modifier: Modifier = Modifier,
onSignInClick: () -> Unit = {},
onClick: () -> Unit = {}
) {
Column(
modifier = Modifier
Expand Down

0 comments on commit 0b7ea2e

Please sign in to comment.