Skip to content

Commit 4d773ea

Browse files
committed
Chore: ktlintFormat 적용
1 parent 443b720 commit 4d773ea

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

presentation/src/main/java/com/threegap/bitnagil/presentation/recommendroutine/component/template/RecommendLevelBottomSheet.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ import androidx.compose.ui.Modifier
1515
import androidx.compose.ui.tooling.preview.Preview
1616
import androidx.compose.ui.unit.dp
1717
import com.threegap.bitnagil.designsystem.BitnagilTheme
18-
import com.threegap.bitnagil.domain.recommendroutine.model.RecommendLevel
19-
import kotlinx.coroutines.launch
2018
import com.threegap.bitnagil.designsystem.R
2119
import com.threegap.bitnagil.designsystem.component.atom.BitnagilIcon
2220
import com.threegap.bitnagil.designsystem.modifier.clickableWithoutRipple
23-
import com.threegap.bitnagil.presentation.recommendroutine.type.RecommendRoutineDifficulty
21+
import com.threegap.bitnagil.domain.recommendroutine.model.RecommendLevel
22+
import kotlinx.coroutines.launch
2423

2524
@OptIn(ExperimentalMaterial3Api::class)
2625
@Composable

0 commit comments

Comments
 (0)