feat: add discover customization (#3182)
This commit is contained in:
8
src/pages/discover/tv/keyword/index.tsx
Normal file
8
src/pages/discover/tv/keyword/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import DiscoverTvKeyword from '@app/components/Discover/DiscoverTvKeyword';
|
||||
import type { NextPage } from 'next';
|
||||
|
||||
const DiscoverTvKeywordPage: NextPage = () => {
|
||||
return <DiscoverTvKeyword />;
|
||||
};
|
||||
|
||||
export default DiscoverTvKeywordPage;
|
||||
Reference in New Issue
Block a user