User management
This commit is contained in:
5
frontend/src/components/users/users-page.tsx
Normal file
5
frontend/src/components/users/users-page.tsx
Normal file
@@ -0,0 +1,5 @@
|
||||
import { UserList } from './user-list'
|
||||
|
||||
export function UsersPage() {
|
||||
return <UserList />
|
||||
}
|
||||
Reference in New Issue
Block a user