Skip to content

Commit 4323224

Browse files
committed
Resolve merge conflicts
1 parent ffab51b commit 4323224

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -685,11 +685,7 @@ ul, li { margin: 0; padding: 0; }
685685
</TasksContext>
686686
```
687687

688-
<<<<<<< HEAD
689-
Натомість будь-який компонент, якому потрібен перелік завдань, може мати його з `TaskContext`:
690-
=======
691-
Instead, any component that needs the task list can read it from the `TasksContext`:
692-
>>>>>>> 341c312916e1b657262bbe14b134a6f1779fecf1
688+
Натомість будь-який компонент, якому потрібен перелік завдань, може мати його з `TasksContext`:
693689

694690
```js {2}
695691
export default function TaskList() {

0 commit comments

Comments
 (0)