Skip to content

Commit

Permalink
[#28 refactoring] 리부 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahn-seokjoo committed Jun 29, 2024
1 parent f04cfc3 commit c53f417
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import androidx.compose.ui.Modifier
import androidx.compose.ui.tooling.preview.Preview

@Composable
fun DoraLinkSaveRouter(
fun DoraLinkSaveRoute(
onClickBackIcon: () -> Unit,
modifier: Modifier = Modifier,
) {
Expand All @@ -18,5 +18,5 @@ fun DoraLinkSaveRouter(
@Composable
@Preview
fun DoraLinkSaveRouterPreview() {
DoraLinkSaveRouter({})
DoraLinkSaveRoute({})
}

0 comments on commit c53f417

Please sign in to comment.