Skip to content

Commit

Permalink
Folder structure fixed according to new package name
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrlzy authored Jul 28, 2023
1 parent 321014d commit 0a43a36
Show file tree
Hide file tree
Showing 97 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package dev.arkbuilders.navigator.domain

import dev.arkbuilders.navigator.mvp.presenter.GalleryPresenter
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.cancel
import kotlinx.coroutines.launch
import kotlinx.coroutines.withContext
import moxy.presenterScope
import dev.arkbuilders.navigator.mvp.presenter.GalleryPresenter
import javax.inject.Inject

class HandleGalleryExternalChangesUseCase @Inject constructor() {
Expand Down

0 comments on commit 0a43a36

Please sign in to comment.