rendering users page with the responsive container
This commit is contained in:
parent
39f5f6d452
commit
f2d3b32c97
4 changed files with 139 additions and 184 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 title="Users"/>} />
|
||||
<Route path="/users" element={<Users/>} />
|
||||
{/* <Route
|
||||
path="/teams/:teamID"
|
||||
element={<Team />}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue