mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-03 13:18:53 -05:00
feat(frontend): initial version of the requests page (no filtering/sorting)
This commit is contained in:
9
src/pages/requests/index.tsx
Normal file
9
src/pages/requests/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import type { NextPage } from 'next';
|
||||
import RequestList from '../../components/RequestList';
|
||||
|
||||
const RequestsPage: NextPage = () => {
|
||||
return <RequestList />;
|
||||
};
|
||||
|
||||
export default RequestsPage;
|
||||
Reference in New Issue
Block a user