Skip to content

Commit

Permalink
feat: LongMethod Suppress 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JJongmen committed May 28, 2024
1 parent aec1764 commit 4de86a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ import com.erica.gamsung.core.presentation.component.InputTextBox
import com.erica.gamsung.core.presentation.component.TextTitle
import com.erica.gamsung.menu.domain.Menu

@Suppress("LongMethod")
@Composable
fun InputMenuScreen(
navController: NavHostController = rememberNavController(),
Expand Down

0 comments on commit 4de86a2

Please sign in to comment.