can provision devices
This commit is contained in:
parent
0ae37f1370
commit
03f8ed20ca
18 changed files with 1467 additions and 17 deletions
|
|
@ -11,6 +11,7 @@ import BottomNavigator from "./BottomNavigator";
|
|||
import TeamPage from "pages/Team";
|
||||
import Header from "app/Header";
|
||||
import Logout from "pages/Logout";
|
||||
import Devices from "pages/Devices";
|
||||
|
||||
interface Props {
|
||||
open: boolean,
|
||||
|
|
@ -70,6 +71,7 @@ export default function Router(props: Props) {
|
|||
<Route path="/teams" element={<Teams/>} />
|
||||
<Route path="/teams/:teamID" element={<TeamPage/>} />
|
||||
<Route path="/users" element={<Users/>} />
|
||||
<Route path="/devices" element={<Devices/>} />
|
||||
{/* <Route
|
||||
path="/teams/:teamID"
|
||||
element={<Team />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue