f27145092f
- Introduced crop zoning functionality, including a new section in the navigation menu. - Added Persian translations for crop zoning-related UI elements. - Updated package.json and package-lock.json to include new dependencies: @mapbox/mapbox-gl-draw and various @turf packages for geospatial calculations. - Enhanced global styles for crop zoning tooltips to improve user experience.
9 lines
208 B
TypeScript
9 lines
208 B
TypeScript
// Components Imports
|
|
import CropZoningWrapper from '@views/dashboards/farm/cropZoning/CropZoningWrapper'
|
|
|
|
const CropZoningPage = async () => {
|
|
return <CropZoningWrapper />
|
|
}
|
|
|
|
export default CropZoningPage
|