moving redeem all functionality to stake form. Getting rid of unstake basket tab

This commit is contained in:
2025-11-11 14:41:52 -04:00
parent 9795d03493
commit 6e5eca7543
4 changed files with 213 additions and 430 deletions

View File

@@ -1,11 +0,0 @@
'use client';
import { UnstakeBasketForm } from '@/components/unstake-basket-form';
export default function UnstakeBasketPage() {
return (
<div className="w-full max-w-2xl mx-auto">
<UnstakeBasketForm />
</div>
);
}