mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-06-19 13:07:44 +00:00
21 lines
293 B
TypeScript
21 lines
293 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Popular",
|
|
filter: "popular",
|
|
},
|
|
{
|
|
title: "Trending",
|
|
filter: "trending",
|
|
},
|
|
{
|
|
title: "Top Rated",
|
|
filter: "top",
|
|
},
|
|
{
|
|
title: "Seasonal",
|
|
filter: "seasonal",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|