Add weather information section and update dependencies

- Introduced a new CropZoningWeatherSection component to display weather data in the crop zoning dashboard.
- Updated package.json and package-lock.json to include chart.js and react-chartjs-2 for enhanced data visualization.
- Added Persian translations for weather-related UI elements to support localization.
This commit is contained in:
2026-02-20 23:08:44 +03:30
parent 02e966e997
commit bb83ab506e
8 changed files with 692 additions and 12 deletions
@@ -0,0 +1,7 @@
import PlantSimulator from '@views/dashboards/farm/plantSimulator/PlantSimulator'
const PlantSimulatorPage = () => {
return <PlantSimulator />
}
export default PlantSimulatorPage