adding unstake basket page
This commit is contained in:
11
src/app/unstake-basket/page.tsx
Normal file
11
src/app/unstake-basket/page.tsx
Normal file
@@ -0,0 +1,11 @@
|
||||
'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>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user