remove unused var

This commit is contained in:
Aman Varshney
2025-05-03 01:21:52 +05:30
parent 0cb24b1494
commit 6ebe81ba46

View File

@@ -808,7 +808,7 @@ const StackArchitect = () => {
const [activeCategory, setActiveCategory] = useState<string | null>(
CATEGORY_ORDER[0],
);
const [lastChanges, setLastChanges] = useState<
const [, setLastChanges] = useState<
Array<{ category: string; message: string }>
>([]);