Files
vega-providers/providers/flixhq/flixhqCatalog.ts
himanshu8443 3f3e12f5df init
2025-06-15 21:29:40 +05:30

17 lines
265 B
TypeScript

export const flixhqCatalog = [
{
title: 'Trending',
filter: '/trending',
},
{
title: 'Movies',
filter: '/recent-movies',
},
{
title: 'TV Shows',
filter: '/recent-shows',
},
];
export const flixhqGenresList = [];