From c007c49c8ed8ed390cc34af77694528ac1ec2d8a Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sat, 18 Apr 2026 04:23:38 +0000 Subject: [PATCH] Changes Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com> --- src/routes/contacts.index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/contacts.index.tsx b/src/routes/contacts.index.tsx index 5dd8306..5b89c9a 100644 --- a/src/routes/contacts.index.tsx +++ b/src/routes/contacts.index.tsx @@ -41,6 +41,8 @@ function ContactsIndex() { const [view, setView] = useState<"active" | "archived">("active"); const [editing, setEditing] = useState(null); const [open, setOpen] = useState(false); + const [selected, setSelected] = useState>(new Set()); + const [bulkType, setBulkType] = useState(""); const load = async () => { setLoading(true);