This commit is contained in:
2026-04-18 01:23:37 +03:30
parent d43bd74a06
commit 80ba238713
16 changed files with 98 additions and 70 deletions
@@ -1,7 +1,7 @@
import YieldHarvestPageWrapper from '@views/dashboards/farm/YieldHarvestPageWrapper'
import PlantProductionPage from '@views/dashboards/farm/PlantProductionPage'
const YieldHarvestPage = async () => {
return <YieldHarvestPageWrapper />
const YieldHarvestPage = () => {
return <PlantProductionPage />
}
export default YieldHarvestPage