File tree Expand file tree Collapse file tree
src/main/kotlin/com/ninecraft/booket/feature/home
record/src/main/kotlin/com/ninecraft/booket/feature/record/ocr Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,6 +18,6 @@ dependencies {
1818 implementations(
1919 libs.logger,
2020
21- libs.lottie.compose
21+ libs.lottie.compose,
2222 )
2323}
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import androidx.compose.foundation.shape.CircleShape
1818import androidx.compose.material3.CircularProgressIndicator
1919import androidx.compose.material3.Text
2020import androidx.compose.runtime.Composable
21- import androidx.compose.runtime.DisposableEffect
2221import androidx.compose.ui.Alignment
2322import androidx.compose.ui.Modifier
2423import androidx.compose.ui.draw.clip
Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ import androidx.compose.foundation.layout.Column
1818import androidx.compose.foundation.layout.PaddingValues
1919import androidx.compose.foundation.layout.Row
2020import androidx.compose.foundation.layout.Spacer
21- import androidx.compose.foundation.layout.WindowInsets
2221import androidx.compose.foundation.layout.fillMaxSize
2322import androidx.compose.foundation.layout.fillMaxWidth
2423import androidx.compose.foundation.layout.height
You can’t perform that action at this time.
0 commit comments