aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 };