users page added and functional with basic mui table components
This commit is contained in:
parent
d050fdee55
commit
dd522732db
7 changed files with 547 additions and 183 deletions
|
|
@ -53,7 +53,7 @@ export default function Router(props: Props) {
|
|||
{/* Page routes */}
|
||||
<Route index element={hello()} />
|
||||
<Route path="/teams" element={<Teams/>} />
|
||||
<Route path="/users" element={<Users/>} />
|
||||
<Route path="/users" element={<Users title="Users"/>} />
|
||||
{/* <Route
|
||||
path="/teams/:teamID"
|
||||
element={<Team />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue