diff --git a/site/src/routes/repl/_components/InputOutputToggle.html b/site/src/routes/repl/_components/InputOutputToggle.html new file mode 100644 index 0000000000..947299d2a3 --- /dev/null +++ b/site/src/routes/repl/_components/InputOutputToggle.html @@ -0,0 +1,77 @@ + + + \ No newline at end of file diff --git a/site/src/routes/repl/_components/Repl.html b/site/src/routes/repl/_components/Repl.html index b6f2f6ca6a..c6069c3a2f 100644 --- a/site/src/routes/repl/_components/Repl.html +++ b/site/src/routes/repl/_components/Repl.html @@ -6,6 +6,7 @@ import CodeMirror from './CodeMirror.html'; import Input from './Input/index.html'; import Output from './Output/index.html'; + import InputOutputToggle from './InputOutputToggle.html'; export let version = 'alpha'; // TODO change this to latest when the time comes export let app; @@ -172,9 +173,15 @@ -