build fix

This commit is contained in:
alma 2025-05-05 14:07:01 +02:00
parent 3a0186d8a4
commit 15957953df

View File

@ -282,13 +282,4 @@ export async function PATCH(request: Request) {
{ status: 500 }
);
}
}
const handleAddAccount = async (accountData: AccountData) => {
// ... account creation logic ...
// setAccounts(prev => [...prev, newAccount]);
// setVisibleFolders(prev => ({
// ...prev,
// [newAccount.id]: newAccount.folders
// }));
};
}