Skip to content

Commit 061796e

Browse files
committed
fix: conflicts fix
1 parent cd92555 commit 061796e

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/content/learn/scaling-up-with-reducer-and-context.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,11 +686,7 @@ Artık görevlerin listesini veya olay yöneticilerini hiyerarşi boyunca iletme
686686
</TasksContext>
687687
```
688688
689-
<<<<<<< HEAD
690689
Bunun yerine, görev listesine ihtiyaç duyan herhangi bir bileşen bunu `TaskContext`'ten okuyabilir:
691-
=======
692-
Instead, any component that needs the task list can read it from the `TasksContext`:
693-
>>>>>>> 341c312916e1b657262bbe14b134a6f1779fecf1
694690
695691
```js {2}
696692
export default function TaskList() {

0 commit comments

Comments
 (0)