Skip to content

Commit

Permalink
[#441] 프리뷰 private 로 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
nodobi committed Oct 30, 2024
1 parent faec1b7 commit ab15a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ fun LectureDuplicationDialog(

@FontScalePreviews
@Composable
fun LectureDuplicationDialogPreview(modifier: Modifier = Modifier) {
private fun LectureDuplicationDialogPreview(modifier: Modifier = Modifier) {
KoinTheme {
var isShowing by remember { mutableStateOf(true) }

Expand Down

0 comments on commit ab15a8d

Please sign in to comment.