From eaa68cf3f7db55c983608ad5766942906ded4011 Mon Sep 17 00:00:00 2001 From: vinay Date: Sun, 21 Dec 2025 00:59:17 +0530 Subject: [PATCH] Add button to set todo item to "batting" --- src/Todolist.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Todolist.jsx b/src/Todolist.jsx index c15c7f2..fa80df8 100644 --- a/src/Todolist.jsx +++ b/src/Todolist.jsx @@ -14,6 +14,7 @@ function Todolist(props){ }) } + ) }