We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65f67d6 commit 6d9d4d0Copy full SHA for 6d9d4d0
2 files changed
app/src/main/kotlin/com/battleship/fleetcommand/navigation/BattleshipNavHost.kt
@@ -19,6 +19,8 @@ import androidx.navigation.compose.rememberNavController
19
import androidx.navigation.toRoute
20
import com.battleship.fleetcommand.feature.game.battle.BattleScreen
21
import com.battleship.fleetcommand.feature.game.gameover.GameOverScreen
22
+import com.battleship.fleetcommand.feature.game.gameover.PassAndPlayGameOverScreen
23
+import com.battleship.fleetcommand.feature.game.gameover.PassAndPlayGameOverViewModel
24
import com.battleship.fleetcommand.feature.game.handoff.HandOffScreen
25
import com.battleship.fleetcommand.feature.game.online.OnlineBattleScreen
26
import com.battleship.fleetcommand.feature.lobby.OnlineLobbyScreen
0 commit comments