Skip to content

Commit 1a3a3ef

Browse files
fix: Correct reference to sandboxed file App.js in challenge (#7010)
1 parent 53fbed3 commit 1a3a3ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/reusing-logic-with-custom-hooks.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1899,7 +1899,7 @@ export default function Counter() {
18991899
}
19001900
```
19011901
1902-
You'll need to write your custom Hook in `useCounter.js` and import it into the `Counter.js` file.
1902+
You'll need to write your custom Hook in `useCounter.js` and import it into the `App.js` file.
19031903
19041904
<Sandpack>
19051905

0 commit comments

Comments
 (0)