UPDATE
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import EconomicOverviewPageWrapper from "@views/dashboards/farm/EconomicOverviewPageWrapper";
|
||||
|
||||
const EconomyPage = () => {
|
||||
return <EconomicOverviewPageWrapper />;
|
||||
};
|
||||
|
||||
export default EconomyPage;
|
||||
@@ -0,0 +1,7 @@
|
||||
import FarmerTodoPage from "@views/dashboards/farm/todos/FarmerTodoPage";
|
||||
|
||||
const FarmerTodos = () => {
|
||||
return <FarmerTodoPage />;
|
||||
};
|
||||
|
||||
export default FarmerTodos;
|
||||
@@ -0,0 +1,7 @@
|
||||
import FertilizationPlanParserPage from "@views/dashboards/farm/fertilizationPlanParser/FertilizationPlanParserPage";
|
||||
|
||||
const FertilizationPlanPage = () => {
|
||||
return <FertilizationPlanParserPage />;
|
||||
};
|
||||
|
||||
export default FertilizationPlanPage;
|
||||
@@ -0,0 +1,7 @@
|
||||
import FarmWalletPage from "@views/dashboards/farm/wallet/FarmWalletPage";
|
||||
|
||||
const WalletPage = () => {
|
||||
return <FarmWalletPage />;
|
||||
};
|
||||
|
||||
export default WalletPage;
|
||||
Reference in New Issue
Block a user