From 8c9cc8bf2a5b3e949849d2e0cd1a7e0cde294b8f Mon Sep 17 00:00:00 2001 From: Richard Harris Date: Sat, 2 Mar 2019 16:46:43 -0500 Subject: [PATCH] remove unnecessary component --- site/src/components/Repl/Input/index.svelte | 12 ------------ site/src/components/Repl/index.svelte | 10 ++++------ 2 files changed, 4 insertions(+), 18 deletions(-) delete mode 100644 site/src/components/Repl/Input/index.svelte 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} >
- + +