add py-repl and scripts queue to stores

This commit is contained in:
Fabio Pliger
2022-03-24 11:45:24 -05:00
parent c5846615e9
commit 00060b2376
3 changed files with 269 additions and 4 deletions

View File

@@ -6,11 +6,11 @@ import { keymap } from "@codemirror/view";
import { defaultKeymap } from "@codemirror/commands";
import { oneDarkTheme } from "@codemirror/theme-one-dark";
import { PyScript } from "./components/pyscript";
import { pyodideLoaded } from './stores';
import { PyRepl } from "./components/pyrepl";
let xPyScript = customElements.define('py-script', PyScript);
let xPyRepl = customElements.define('py-repl', PyRepl);
const app = new App({