Skip to content

Commit

Permalink
docs(game-map-component): add doc to object
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-borriello00 committed Sep 10, 2023
1 parent 98b7135 commit 0633567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/scatan/views/game/GameView.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import scatan.mvc.lib.{ScalaJSView, View}
import scatan.model.Spot
import scatan.model.map.Hexagon
import scatan.model.GameMap
import scatan.views.game.components.GameMapComponent
import scatan.views.game.components.GameMapComponent.getMapComponent

trait GameView extends View
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import com.raquo.laminar.api.L.*
import scatan.views.Coordinates.*
import scatan.views.Coordinates

/** A component to display the game map.
*/
object GameMapComponent:
/** Generate the hexagon graphic
*
Expand Down

0 comments on commit 0633567

Please sign in to comment.