mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat: person details page
This commit is contained in:
9
src/pages/person/[personId]/index.tsx
Normal file
9
src/pages/person/[personId]/index.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { NextPage } from 'next';
|
||||
import PersonDetails from '../../../components/PersonDetails';
|
||||
|
||||
const MoviePage: NextPage = () => {
|
||||
return <PersonDetails />;
|
||||
};
|
||||
|
||||
export default MoviePage;
|
||||
Reference in New Issue
Block a user