Remove deprecated dashboard pages and update vertical menu links for streamlined navigation
- 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.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
// Components Imports
|
||||
import SmartIrrigationRecommendation from '@views/dashboards/farm/smartIrrigation/SmartIrrigationRecommendation'
|
||||
|
||||
const IrrigationRecommendationPage = async () => {
|
||||
return <SmartIrrigationRecommendation />
|
||||
}
|
||||
|
||||
export default IrrigationRecommendationPage
|
||||
Reference in New Issue
Block a user