fix: rename exports from catalogs to catalog for consistency

This commit is contained in:
himanshu8443
2025-06-21 21:13:56 +05:30
parent 68a9c94a64
commit c0233bf14c
2 changed files with 3 additions and 3 deletions

View File

@@ -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",

View File

@@ -1,4 +1,4 @@
export const catalogs = [
export const catalog = [
{
title: "Recent",
filter: "/anime/zoro/recent-episodes",