fix: import

This commit is contained in:
Felix Roos
2025-12-28 13:20:22 +01:00
parent 53e49952d8
commit 125eece223
@@ -9,7 +9,7 @@ import {
updateMiniLocations,
highlightMiniLocations,
} from '@strudel/codemirror';
import { evalScope, hash2code } from '@strudel/core';
import { evalScope, hash2code, code2hash } from '@strudel/core';
import { Framer } from '@strudel/draw';
import { persistentAtom } from '@nanostores/persistent';
import { DoughRepl } from './dough-repl.mjs';