Skip to content

Commit 6d9d4d0

Browse files
checkking
1 parent 65f67d6 commit 6d9d4d0

2 files changed

Lines changed: 1045 additions & 0 deletions

File tree

app/src/main/kotlin/com/battleship/fleetcommand/navigation/BattleshipNavHost.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ import androidx.navigation.compose.rememberNavController
1919
import androidx.navigation.toRoute
2020
import com.battleship.fleetcommand.feature.game.battle.BattleScreen
2121
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
2224
import com.battleship.fleetcommand.feature.game.handoff.HandOffScreen
2325
import com.battleship.fleetcommand.feature.game.online.OnlineBattleScreen
2426
import com.battleship.fleetcommand.feature.lobby.OnlineLobbyScreen

0 commit comments

Comments
 (0)