listing devices and linking them to their respoective page
This commit is contained in:
parent
03f8ed20ca
commit
84d06d9783
7 changed files with 119 additions and 27 deletions
|
|
@ -71,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="/devices" element={<Devices/>} />
|
||||
{/* <Route
|
||||
path="/teams/:teamID"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue