Skip to content

Commit 7ab7bfb

Browse files
rootroot
authored andcommitted
fix brainEven.js
1 parent afea28f commit 7ab7bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brainEven.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const Game = ()=>{
1313

1414
}
1515
const gameven = () =>{
16-
TheMotor(Game, alert)
16+
TheMotor(alert, Game)
1717
};
1818

1919
export {getRandomNum, gameven};

0 commit comments

Comments
 (0)