adding the transaction page
This commit is contained in:
parent
975f3bba54
commit
97bbd41492
7 changed files with 371 additions and 15 deletions
|
|
@ -18,6 +18,7 @@ import Site from "pages/Site";
|
|||
import Heaters from "pages/Heaters";
|
||||
import Heater from "pages/Heater";
|
||||
import Tasks from "pages/Tasks";
|
||||
import Transactions from "pages/Transactions";
|
||||
//import Site from "pages/Site";
|
||||
|
||||
const DeviceHistory = lazy(() => import("pages/DeviceHistory"));
|
||||
|
|
@ -301,6 +302,7 @@ export default function Router(props: Props) {
|
|||
{/* <Route index element={<Typography>Hello!</Typography>} /> */}
|
||||
<Route path="users" element={<Users/>} />
|
||||
<Route path="tasks" element={<Tasks />} />
|
||||
<Route path="transactions" element={<Transactions />} />
|
||||
|
||||
{/* Map pages */}
|
||||
<Route path="visualFarm" element={<FieldMap />} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue