Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 03:53:51 +00:00
co-authored by renee-png
parent 80ec463085
commit 584c0fd0f6
-1
View File
@@ -37,7 +37,6 @@ function ContactsIndex() {
const [q, setQ] = useState("");
const [typeFilter, setTypeFilter] = useState<string>("all");
const [view, setView] = useState<"active" | "archived">("active");
const [category, setCategory] = useState<Category>("all");
const [editing, setEditing] = useState<ContactRecord | null>(null);
const [open, setOpen] = useState(false);