added the marketplace page to be able to add the jd and cnh features
This commit is contained in:
parent
2816884771
commit
411ff5b14c
5 changed files with 336 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ import Ventilation from "pages/VentEditor";
|
|||
// import Transactions from "pages/Transactions";
|
||||
// import BinCableEstimator from "pages/BinCableEstimator";
|
||||
import { useGlobalState } from "providers";
|
||||
import Marketplace from "userFeatures/UserFeatures";
|
||||
// import Fields from "pages/Fields";
|
||||
//import Site from "pages/Site";
|
||||
|
||||
|
|
@ -329,6 +330,7 @@ export default function Router(props: Props) {
|
|||
<Route path="api" element={<APIDocs />} />
|
||||
}
|
||||
<Route path="fields" element={<Fields />} />
|
||||
<Route path="marketplace" element={<Marketplace />} />
|
||||
|
||||
{/* Map pages */}
|
||||
<Route path="visualFarm" element={<FieldMap />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue