mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
10 lines
145 B
TypeScript
10 lines
145 B
TypeScript
export const catalog = [
|
|
{
|
|
title: "Trending",
|
|
filter: "",
|
|
},
|
|
{
|
|
title: "Anime",
|
|
filter: "/category/anime/",
|
|
},
|
|
]; |