aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRitesh Ghosh <[email protected]>2024-02-26 01:05:20 +0530
committerRitesh Ghosh <[email protected]>2024-02-26 01:05:20 +0530
commitdec2c427e2356e695ce88f8a32ede25e9e2760ec (patch)
tree25b18d05e9bc234c658542853236da91ebf806fb /src
parent74e9455890c176e51f89e59a9bc909cd959dc09f (diff)
downloadaniwatch-api-dec2c427e2356e695ce88f8a32ede25e9e2760ec.tar.xz
aniwatch-api-dec2c427e2356e695ce88f8a32ede25e9e2760ec.zip
refactor: update extractor imports
Diffstat (limited to 'src')
-rw-r--r--src/extractors/index.ts3
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 };