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