cb29828a69
- Deleted unused pages for crop zoning, farm AI assistant, fertilization recommendation, irrigation recommendation, pest detection, plant simulator, soil data, and water data. - Updated the vertical menu to reflect the removal of these pages, ensuring a cleaner and more efficient user experience.
9 lines
277 B
TypeScript
9 lines
277 B
TypeScript
// Components Imports
|
|
import SmartIrrigationRecommendation from '@views/dashboards/farm/smartIrrigation/SmartIrrigationRecommendation'
|
|
|
|
const IrrigationRecommendationPage = async () => {
|
|
return <SmartIrrigationRecommendation />
|
|
}
|
|
|
|
export default IrrigationRecommendationPage
|