mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 04:08:45 -05:00
feat: initial user list (no edit/delete yet) and job schedules
This commit is contained in:
9
src/pages/users/index.tsx
Normal file
9
src/pages/users/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import type { NextPage } from 'next';
|
||||
import UserList from '../../components/UserList';
|
||||
|
||||
const UsersPage: NextPage = () => {
|
||||
return <UserList />;
|
||||
};
|
||||
|
||||
export default UsersPage;
|
||||
Reference in New Issue
Block a user