Component refactoring
All checks were successful
Lint / lint (push) Successful in 12s

This commit is contained in:
Julien Valverdé
2025-07-12 01:57:43 +02:00
parent 2cbad54ced
commit 3a68192a73
2 changed files with 47 additions and 39 deletions

View File

@@ -111,3 +111,5 @@ export const Todo = Component.make(function* Todo(props: TodoProps) {
</Flex>
)
})
const MemoizedTodo = Component.memo(Todo)