Files
Frontend/src/app/(dashboard)/(private)/dashboard/fertilization-recommendation/page.tsx
T
sajad-dev 2b6538c650 Add irrigation and fertilization recommendations, farm AI assistant, and pest detection features with Persian localization
- Introduced new sections in the dashboard for irrigation recommendations, fertilization recommendations, farm AI assistant, and pest detection.
- Added Persian translations for new features to enhance user experience.
- Updated the vertical menu to include links to the new sections.
- Enhanced global styles with animations for improved UI interactions.
2026-02-21 00:19:25 +03:30

9 lines
295 B
TypeScript

// Components Imports
import SmartFertilizationRecommendation from '@views/dashboards/farm/smartFertilization/SmartFertilizationRecommendation'
const FertilizationRecommendationPage = async () => {
return <SmartFertilizationRecommendation />
}
export default FertilizationRecommendationPage