Skip to content

Commit a905bc5

Browse files
authored
Use opening fragment instead of div (#5872)
1 parent f37ef36 commit a905bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/tutorial-tic-tac-toe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1582,7 +1582,7 @@ export default function Board() {
15821582
}
15831583

15841584
return (
1585-
<div>
1585+
<>
15861586
<div className="status">{status}</div>
15871587
<div className="board-row">
15881588
// ...

0 commit comments

Comments
 (0)