aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/extractors/index.ts6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/extractors/index.ts b/src/extractors/index.ts
index e161a17..6a668e8 100644
--- a/src/extractors/index.ts
+++ b/src/extractors/index.ts
@@ -1,5 +1,5 @@
-import StreamSB from "./streamsb";
-import StreamTape from "./streamtape";
-import RapidCloud from "./rapidcloud";
+import StreamSB from "./streamsb.js";
+import StreamTape from "./streamtape.js";
+import RapidCloud from "./rapidcloud.js";
export { StreamSB, StreamTape, RapidCloud };