mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-01 12:18:35 -05:00
feat(holiday): special seasonal slider added to discover :)
This commit is contained in:
9
src/pages/discover/holiday.tsx
Normal file
9
src/pages/discover/holiday.tsx
Normal file
@@ -0,0 +1,9 @@
|
||||
import React from 'react';
|
||||
import { NextPage } from 'next';
|
||||
import Holiday from '../../components/Discover/Holiday';
|
||||
|
||||
const HolidayPage: NextPage = () => {
|
||||
return <Holiday />;
|
||||
};
|
||||
|
||||
export default HolidayPage;
|
||||
Reference in New Issue
Block a user