This commit is contained in:
2026-04-27 23:31:33 +03:30
parent 80ba238713
commit ea36fcf7ae
6 changed files with 488 additions and 161 deletions
@@ -1,7 +1,7 @@
// Components Imports
import SmartFertilizationRecommendation from '@views/dashboards/farm/smartFertilization/SmartFertilizationRecommendation'
const FertilizationRecommendationPage = async () => {
const FertilizationRecommendationPage = () => {
return <SmartFertilizationRecommendation />
}