Add missing import in tests
This commit is contained in:
@@ -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(),
|
||||
|
Reference in New Issue
Block a user