2b6538c650
- 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.
9 lines
295 B
TypeScript
9 lines
295 B
TypeScript
// Components Imports
|
|
import SmartFertilizationRecommendation from '@views/dashboards/farm/smartFertilization/SmartFertilizationRecommendation'
|
|
|
|
const FertilizationRecommendationPage = async () => {
|
|
return <SmartFertilizationRecommendation />
|
|
}
|
|
|
|
export default FertilizationRecommendationPage
|