Remove unused MigrationSourcesScreen
This commit is contained in:
parent
8838573a93
commit
c37eac905b
1 changed files with 0 additions and 15 deletions
|
|
@ -1,15 +0,0 @@
|
||||||
package eu.kanade.tachiyomi.ui.browse.migration.sources
|
|
||||||
|
|
||||||
import androidx.compose.runtime.Composable
|
|
||||||
import cafe.adriel.voyager.navigator.LocalNavigator
|
|
||||||
import cafe.adriel.voyager.navigator.currentOrThrow
|
|
||||||
import eu.kanade.presentation.browse.BrowseTabWrapper
|
|
||||||
import eu.kanade.presentation.util.Screen
|
|
||||||
|
|
||||||
class MigrationSourcesScreen : Screen() {
|
|
||||||
@Composable
|
|
||||||
override fun Content() {
|
|
||||||
val navigator = LocalNavigator.currentOrThrow
|
|
||||||
BrowseTabWrapper(migrateSourceTab(), onBackPressed = navigator::pop)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue