From a42163e884417cfcbec25c7018cf2b75ff637402 Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Wed, 2 Aug 2023 21:12:23 +0530 Subject: [PATCH] fix: updated parser exports --- src/parsers/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/parsers/index.ts b/src/parsers/index.ts index e623f23..3e4336f 100644 --- a/src/parsers/index.ts +++ b/src/parsers/index.ts @@ -1,3 +1,4 @@ import scrapeAnimeCategory from "./animeCategory"; +import scrapeAnimeSearch from "./animeSearch"; -export { scrapeAnimeCategory }; +export { scrapeAnimeCategory, scrapeAnimeSearch };