Check-list

@if (!todos()?.length) {

Ajoute ta première tâche 👆

} @else {
    @for (todo of todos(); track todo.id) {
  • }
}