From dec2c427e2356e695ce88f8a32ede25e9e2760ec Mon Sep 17 00:00:00 2001 From: Ritesh Ghosh Date: Mon, 26 Feb 2024 01:05:20 +0530 Subject: refactor: update extractor imports --- src/extractors/index.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') 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 }; -- cgit v1.2.3