feat(frontend/api): tv details page
This commit is contained in:
9
src/pages/tv/[tvId]/recommendations.tsx
Normal file
9
src/pages/tv/[tvId]/recommendations.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { NextPage } from 'next';
|
||||
import TvRecommendations from '../../../components/TvDetails/TvRecommendations';
|
||||
|
||||
const TvRecommendationsPage: NextPage = () => {
|
||||
return <TvRecommendations />;
|
||||
};
|
||||
|
||||
export default TvRecommendationsPage;
|
||||
Reference in New Issue
Block a user