diff --git a/site/src/components/Repl/Input/index.svelte b/site/src/components/Repl/Input/index.svelte
deleted file mode 100644
index 6b24d6c614..0000000000
--- a/site/src/components/Repl/Input/index.svelte
+++ /dev/null
@@ -1,12 +0,0 @@
-
-
-
-
-
\ No newline at end of file
diff --git a/site/src/components/Repl/index.svelte b/site/src/components/Repl/index.svelte
index 17b1d14fc3..07cabae38a 100644
--- a/site/src/components/Repl/index.svelte
+++ b/site/src/components/Repl/index.svelte
@@ -4,7 +4,8 @@
import * as fleece from 'golden-fleece';
import SplitPane from './SplitPane.svelte';
import CodeMirror from './CodeMirror.svelte';
- import Input from './Input/index.svelte';
+ import ComponentSelector from './Input/ComponentSelector.svelte';
+ import ModuleEditor from './Input/ModuleEditor.svelte';
import Output from './Output/index.svelte';
import InputOutputToggle from './InputOutputToggle.svelte';
@@ -273,11 +274,8 @@
fixed_pos={50}
>