Skip to content

Commit

Permalink
Merge a98f715 into cbea8ad
Browse files Browse the repository at this point in the history
  • Loading branch information
McLaynV committed Jun 11, 2022
2 parents cbea8ad + a98f715 commit fc09f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Let’s create a new file at `src/Board.js`:
```js
import React from 'react';

function TicTacToeBoard({ ctx, G, moves }) {
export function TicTacToeBoard({ ctx, G, moves }) {
const onClick = (id) => moves.clickCell(id);

let winner = '';
Expand Down

0 comments on commit fc09f62

Please sign in to comment.