Skip to content

Commit

Permalink
docs: resolve merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Jul 11, 2024
1 parent d96be4a commit bd1b9d8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/content/learn/reusing-logic-with-custom-hooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -1898,11 +1898,7 @@ export default function Counter() {
}
```
<<<<<<< HEAD
Anda perlu menulis custom Hook Anda di dalam file `useCounter.js` dan mengimpornya ke file `Counter.js`.
=======
You'll need to write your custom Hook in `useCounter.js` and import it into the `App.js` file.
>>>>>>> 2a2e02f1d88f4d2828728ce352626e84ed8abda0
Anda perlu menulis custom Hook Anda di dalam file `useCounter.js` dan mengimpornya ke file `App.js`.
<Sandpack>
Expand Down

0 comments on commit bd1b9d8

Please sign in to comment.