diff --git a/src/App.svelte b/src/App.svelte index 880bb01..a2b141d 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -4,7 +4,6 @@ import Number from './lib/Number.svelte' import { cfg, eStates, JsonTy, nStates, randInt, range, zero8 } from "./utils"; import Line from "./lib/Line.svelte"; - import { cat } from "./examples"; import { solve } from "./solver"; type i8s = Int8Array @@ -267,7 +266,7 @@
- + {#each ckpts as cp, i}{/each}