diff options
| author | Ritesh Ghosh <[email protected]> | 2023-08-03 01:21:34 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2023-08-03 01:21:34 +0530 |
| commit | 1bee04268fb6e2c1d8b270b930b1fcf4c38fe36f (patch) | |
| tree | d06605e4a0004ff9dee3d5061115010741032058 /src | |
| parent | 02ece0298402a84b3b97f1320ad5d1a0afb67bba (diff) | |
| download | aniwatch-api-1bee04268fb6e2c1d8b270b930b1fcf4c38fe36f.tar.xz aniwatch-api-1bee04268fb6e2c1d8b270b930b1fcf4c38fe36f.zip | |
refactor: updated parser import export
Diffstat (limited to 'src')
| -rw-r--r-- | src/parsers/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/parsers/index.ts b/src/parsers/index.ts index 3e4336f..ae69e88 100644 --- a/src/parsers/index.ts +++ b/src/parsers/index.ts @@ -1,4 +1,5 @@ import scrapeAnimeCategory from "./animeCategory"; import scrapeAnimeSearch from "./animeSearch"; +import scrapeHomePage from "./homePage"; -export { scrapeAnimeCategory, scrapeAnimeSearch }; +export { scrapeAnimeCategory, scrapeAnimeSearch, scrapeHomePage }; |
