Fix
All checks were successful
Lint / lint (push) Successful in 11s

This commit is contained in:
Julien Valverdé
2025-07-17 16:56:45 +02:00
parent 8a1cee1e30
commit 1317baf7ac
2 changed files with 15 additions and 8 deletions

View File

@@ -110,4 +110,6 @@ export const Todo = Component.make(function* Todo(props: TodoProps) {
}
</Flex>
)
})
}).pipe(
Component.memo
)