users page added and functional with basic mui table components

This commit is contained in:
Carter 2024-11-25 14:14:04 -06:00
parent d050fdee55
commit dd522732db
7 changed files with 547 additions and 183 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/>} />
<Route path="/users" element={<Users title="Users"/>} />
{/* <Route
path="/teams/:teamID"
element={<Team />}