feat: added all parsers export

This commit is contained in:
Ritesh Ghosh
2023-08-02 13:44:40 +05:30
parent 60042738d6
commit b1357dea6e
+3
View File
@@ -0,0 +1,3 @@
import scrapeAnimeCategory from "./animeCategory";
export { scrapeAnimeCategory };