Skip to content

Commit

Permalink
adding readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaiminmoslake7020 committed Nov 22, 2024
1 parent 6de4461 commit 38dd752
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/components/TurnInfo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const TurnInfo = (turn: TurnType) => {
return button;
}


const render = () => {
p.innerHTML = 'You are "'+turn+'"';
div.append(p);
Expand Down

0 comments on commit 38dd752

Please sign in to comment.