mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
25 lines
354 B
TypeScript
25 lines
354 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Movies",
|
|
filter: "/movies/",
|
|
},
|
|
{
|
|
title: "TV Shows",
|
|
filter: "/tvs/",
|
|
},
|
|
{
|
|
title: "K-Drama",
|
|
filter: "/kdrama/",
|
|
},
|
|
{
|
|
title: "Asian Drama",
|
|
filter: "/asiandrama/",
|
|
},
|
|
{
|
|
title: "Misc",
|
|
filter: "/misc/",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|