Files
Frontend/src/app/(dashboard)/(private)/yield-harvest/page.tsx
T

8 lines
179 B
TypeScript
Raw Normal View History

2026-04-18 01:23:37 +03:30
import PlantProductionPage from '@views/dashboards/farm/PlantProductionPage'
2026-04-11 03:50:23 +03:30
2026-04-18 01:23:37 +03:30
const YieldHarvestPage = () => {
return <PlantProductionPage />
2026-04-11 03:50:23 +03:30
}
export default YieldHarvestPage