rendering users page with the responsive container

This commit is contained in:
Carter 2024-11-25 20:48:48 -06:00
parent 39f5f6d452
commit f2d3b32c97
4 changed files with 139 additions and 184 deletions

View file

@ -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 />}