We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115218d commit 2bafdaeCopy full SHA for 2bafdae
src/routes/+page.svelte
@@ -15,7 +15,6 @@
15
import { javascript } from "@codemirror/lang-javascript";
16
import { oneDark } from "@codemirror/theme-one-dark";
17
import { EditorView } from "@codemirror/view";
18
- import { is } from "valibot";
19
20
let editingCode = $state(lifeGameJS);
21
let appliedCode = $state(lifeGameJS);
0 commit comments