diff options
| author | Ritesh Ghosh <[email protected]> | 2024-02-26 01:05:20 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-02-26 01:05:20 +0530 |
| commit | dec2c427e2356e695ce88f8a32ede25e9e2760ec (patch) | |
| tree | 25b18d05e9bc234c658542853236da91ebf806fb /src | |
| parent | 74e9455890c176e51f89e59a9bc909cd959dc09f (diff) | |
| download | aniwatch-api-dec2c427e2356e695ce88f8a32ede25e9e2760ec.tar.xz aniwatch-api-dec2c427e2356e695ce88f8a32ede25e9e2760ec.zip | |
refactor: update extractor imports
Diffstat (limited to 'src')
| -rw-r--r-- | src/extractors/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/extractors/index.ts b/src/extractors/index.ts index 6a668e8..788dc8c 100644 --- a/src/extractors/index.ts +++ b/src/extractors/index.ts @@ -1,5 +1,6 @@ import StreamSB from "./streamsb.js"; import StreamTape from "./streamtape.js"; import RapidCloud from "./rapidcloud.js"; +import MegaCloud from "./megacloud.js"; -export { StreamSB, StreamTape, RapidCloud }; +export { StreamSB, StreamTape, RapidCloud, MegaCloud }; |
