mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-10 00:28:09 -05:00
feat: upcoming/trending list views and larger title cards
This commit is contained in:
9
src/pages/discover/trending.tsx
Normal file
9
src/pages/discover/trending.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import type { NextPage } from 'next';
|
||||
import Trending from '../../components/Discover/Trending';
|
||||
|
||||
const TrendingPage: NextPage = () => {
|
||||
return <Trending />;
|
||||
};
|
||||
|
||||
export default TrendingPage;
|
||||
Reference in New Issue
Block a user