mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
remove unused var
This commit is contained in:
@@ -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 }>
|
||||
>([]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user