mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 23:51:44 +00:00
build
This commit is contained in:
14
dist/tokyoInsider/catalog.js
vendored
14
dist/tokyoInsider/catalog.js
vendored
@@ -1,14 +1,14 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.tokyoGenresList = exports.tokyoCatalogList = void 0;
|
||||
exports.tokyoCatalogList = [
|
||||
exports.genres = exports.catalog = void 0;
|
||||
exports.catalog = [
|
||||
{
|
||||
title: 'Top Anime',
|
||||
filter: 'anime/search?r=5',
|
||||
title: "Top Anime",
|
||||
filter: "anime/search?r=5",
|
||||
},
|
||||
{
|
||||
title: 'Popular Anime',
|
||||
filter: 'anime/',
|
||||
title: "Popular Anime",
|
||||
filter: "anime/",
|
||||
},
|
||||
];
|
||||
exports.tokyoGenresList = [];
|
||||
exports.genres = [];
|
||||
|
||||
Reference in New Issue
Block a user