mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-18 08:01:43 +00:00
21 lines
376 B
TypeScript
21 lines
376 B
TypeScript
export const catalogs = [
|
|
{
|
|
title: "Recent",
|
|
filter: "/anime/zoro/recent-episodes",
|
|
},
|
|
{
|
|
title: "Top Airing",
|
|
filter: "/anime/zoro/top-airing",
|
|
},
|
|
{
|
|
title: "Most Popular",
|
|
filter: "/anime/zoro/most-popular",
|
|
},
|
|
{
|
|
title: "Most Favorited",
|
|
filter: "/anime/zoro/most-favorite",
|
|
},
|
|
];
|
|
|
|
export const genres = [];
|