refactor: update extractor imports

This commit is contained in:
Ritesh Ghosh
2024-02-26 01:05:20 +05:30
parent 74e9455890
commit dec2c427e2
+2 -1
View File
@@ -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 };