summaryrefslogtreecommitdiff
path: root/worker/mod.ts
diff options
context:
space:
mode:
Diffstat (limited to 'worker/mod.ts')
-rw-r--r--worker/mod.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/worker/mod.ts b/worker/mod.ts
index affcb2c..97980a8 100644
--- a/worker/mod.ts
+++ b/worker/mod.ts
@@ -1,2 +1,2 @@
-export * from "./secret/mod.ts";
-export * from "./executor/mod.ts";
+export * from "./secret.ts";
+export * from "./executor.ts";