File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
app/src/main/java/com/smarttoolfactory/composecropper/demo Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,11 @@ import com.smarttoolfactory.composecropper.ImageSelectionButton
3131import com.smarttoolfactory.composecropper.R
3232import com.smarttoolfactory.composecropper.preferences.CropStyleSelectionMenu
3333import com.smarttoolfactory.composecropper.preferences.PropertySelectionSheet
34- import com.smarttoolfactory.cropper.CropDefaults
35- import com.smarttoolfactory.cropper.CropProperties
36- import com.smarttoolfactory.cropper.CropStyle
34+
3735import com.smarttoolfactory.cropper.ImageCropper
36+ import com.smarttoolfactory.cropper.settings.CropDefaults
37+ import com.smarttoolfactory.cropper.settings.CropProperties
38+ import com.smarttoolfactory.cropper.settings.CropStyle
3839import kotlinx.coroutines.launch
3940
4041internal enum class SelectionPage {
You can’t perform that action at this time.
0 commit comments