mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: rename exports from catalogs to catalog for consistency
This commit is contained in:
4
dist/hiAnime/catalog.js
vendored
4
dist/hiAnime/catalog.js
vendored
@@ -1,7 +1,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.genres = exports.catalogs = void 0;
|
exports.genres = exports.catalog = void 0;
|
||||||
exports.catalogs = [
|
exports.catalog = [
|
||||||
{
|
{
|
||||||
title: "Recent",
|
title: "Recent",
|
||||||
filter: "/anime/zoro/recent-episodes",
|
filter: "/anime/zoro/recent-episodes",
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
export const catalogs = [
|
export const catalog = [
|
||||||
{
|
{
|
||||||
title: "Recent",
|
title: "Recent",
|
||||||
filter: "/anime/zoro/recent-episodes",
|
filter: "/anime/zoro/recent-episodes",
|
||||||
|
|||||||
Reference in New Issue
Block a user