build fix

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

View File

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