From bd1b9d879c330b6d8e980e342da2a9d7bbc6b575 Mon Sep 17 00:00:00 2001 From: Resi Respati Date: Thu, 11 Jul 2024 20:06:15 +0700 Subject: [PATCH] docs: resolve merge conflicts --- src/content/learn/reusing-logic-with-custom-hooks.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/content/learn/reusing-logic-with-custom-hooks.md b/src/content/learn/reusing-logic-with-custom-hooks.md index 56455067a..82abb19ae 100644 --- a/src/content/learn/reusing-logic-with-custom-hooks.md +++ b/src/content/learn/reusing-logic-with-custom-hooks.md @@ -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`.