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:
@@ -0,0 +1,7 @@
|
||||
import PlantSimulator from '@views/dashboards/farm/plantSimulator/PlantSimulator'
|
||||
|
||||
const PlantSimulatorPage = () => {
|
||||
return <PlantSimulator />
|
||||
}
|
||||
|
||||
export default PlantSimulatorPage
|
||||
Reference in New Issue
Block a user