aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/turbo-codemod/src/runner/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/turbo-codemod/src/runner/index.ts')
-rw-r--r--packages/turbo-codemod/src/runner/index.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/turbo-codemod/src/runner/index.ts b/packages/turbo-codemod/src/runner/index.ts
deleted file mode 100644
index 2aa323d..0000000
--- a/packages/turbo-codemod/src/runner/index.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-export { default as Runner } from "./Runner";
-
-export type { TransformerResults, FileDiffer, FileWriter } from "./types";