Add missing import in tests

This commit is contained in:
2023-01-31 18:55:12 +01:00
parent fe671b8682
commit eaa386df88
2 changed files with 2 additions and 1 deletions

View File

@@ -84,7 +84,7 @@ pub fn app() -> Html {
in_hand.complete();
game.set(Game {
board: current_game.board.clone(),
in_hand: in_hand.clone()
in_hand: in_hand.clone(),
});
current_game.set(Game {
board: current_game.board.clone(),