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
214 B
TypeScript
9 lines
214 B
TypeScript
// Components Imports
|
|
import SoilDataDashboardWrapper from '@views/dashboards/farm/SoilDataDashboardWrapper'
|
|
|
|
const SoilDataPage = async () => {
|
|
return <SoilDataDashboardWrapper />
|
|
}
|
|
|
|
export default SoilDataPage
|