Skip to content

Commit

Permalink
[Refactor] 코드 줄바꿈 정리
Browse files Browse the repository at this point in the history
  • Loading branch information
ze-zeh committed Sep 21, 2024
1 parent 990f09a commit 4dae0c6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion feature/register/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ dependencies {
implementation(project(":core:navigator"))
implementation(project(":core:error-handling"))


implementation(platform(libs.compose.bom))
implementation(libs.bundles.compose)
implementation(libs.bundles.lifecycle)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import androidx.compose.ui.tooling.preview.Preview
import team.ppac.designsystem.component.scaffold.FarmemeScaffold
import team.ppac.register.mvi.RegisterUiState


@Composable
internal fun RegisterScreen(
uiState: RegisterUiState,
Expand Down

0 comments on commit 4dae0c6

Please sign in to comment.