remove old files and old code references

This commit is contained in:
Fabio Pliger
2022-04-08 18:19:34 -05:00
parent 5a90c34ac9
commit 7fd2b56bfe
8 changed files with 1 additions and 455 deletions

View File

@@ -1,10 +1,5 @@
import App from "./App.svelte";
import {EditorState, EditorView , basicSetup} from "@codemirror/basic-setup"
import { python } from "@codemirror/lang-python"
import { keymap } from "@codemirror/view";
import { defaultKeymap } from "@codemirror/commands";
import { oneDarkTheme } from "@codemirror/theme-one-dark";
import { PyScript } from "./components/pyscript";
import { PyRepl } from "./components/pyrepl";
import { PyEnv } from "./components/pyenv"