Todos example refactoring
All checks were successful
Lint / lint (push) Successful in 14s

This commit is contained in:
Julien Valverdé
2025-05-18 10:52:39 +02:00
parent 557c4a1b97
commit 9d0daaa87f
4 changed files with 41 additions and 56 deletions

View File

@@ -26,9 +26,9 @@ function Todos() {
return (
<Container>
<TodosContext.Provider layer={todosLayer}>
<TodosContext.AsyncProvider layer={todosLayer}>
<VTodos />
</TodosContext.Provider>
</TodosContext.AsyncProvider>
</Container>
)