Skip to content

Commit 2bafdae

Browse files
committed
fix lint
1 parent 115218d commit 2bafdae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/+page.svelte

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
import { javascript } from "@codemirror/lang-javascript";
1616
import { oneDark } from "@codemirror/theme-one-dark";
1717
import { EditorView } from "@codemirror/view";
18-
import { is } from "valibot";
1918
2019
let editingCode = $state(lifeGameJS);
2120
let appliedCode = $state(lifeGameJS);

0 commit comments

Comments
 (0)