Remove unused routes

This commit is contained in:
Joren 2024-04-29 20:32:31 +02:00
parent 4c5170d000
commit 9b0d0e2bea
Signed by untrusted user who does not match committer: Joren
GPG Key ID: 280E33DFBC0F1B55

View File

@ -2,7 +2,5 @@ package com.ti.mobpo.ui
sealed class Screen (val route: String) {
object PokeSearch : Screen("default_screen")
object TopNav : Screen("navigation_bar")
object Favourites : Screen("favourites_page")
object Profile : Screen("profile_page")
}