Skip to content

Commit

Permalink
fix: Correct reference to sandboxed file App.js in challenge (#7010)
Browse files Browse the repository at this point in the history
  • Loading branch information
ichistmeinname authored Jul 4, 2024
1 parent 53fbed3 commit 1a3a3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/reusing-logic-with-custom-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1899,7 +1899,7 @@ export default function Counter() {
}
```
You'll need to write your custom Hook in `useCounter.js` and import it into the `Counter.js` file.
You'll need to write your custom Hook in `useCounter.js` and import it into the `App.js` file.
<Sandpack>
Expand Down

0 comments on commit 1a3a3ef

Please sign in to comment.