fix: updated parser exports

This commit is contained in:
Ritesh Ghosh
2023-08-02 21:12:23 +05:30
parent a47790a773
commit a42163e884
+2 -1
View File
@@ -1,3 +1,4 @@
import scrapeAnimeCategory from "./animeCategory";
import scrapeAnimeSearch from "./animeSearch";
export { scrapeAnimeCategory };
export { scrapeAnimeCategory, scrapeAnimeSearch };