This commit is contained in:
2026-04-11 03:50:23 +03:30
parent 76362309c8
commit d43bd74a06
30 changed files with 1024 additions and 758 deletions
@@ -0,0 +1,7 @@
import YieldHarvestPageWrapper from '@views/dashboards/farm/YieldHarvestPageWrapper'
const YieldHarvestPage = async () => {
return <YieldHarvestPageWrapper />
}
export default YieldHarvestPage