fix: import
This commit is contained in:
parent
53e49952d8
commit
125eece223
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ import {
|
||||||
updateMiniLocations,
|
updateMiniLocations,
|
||||||
highlightMiniLocations,
|
highlightMiniLocations,
|
||||||
} from '@strudel/codemirror';
|
} from '@strudel/codemirror';
|
||||||
import { evalScope, hash2code } from '@strudel/core';
|
import { evalScope, hash2code, code2hash } from '@strudel/core';
|
||||||
import { Framer } from '@strudel/draw';
|
import { Framer } from '@strudel/draw';
|
||||||
import { persistentAtom } from '@nanostores/persistent';
|
import { persistentAtom } from '@nanostores/persistent';
|
||||||
import { DoughRepl } from './dough-repl.mjs';
|
import { DoughRepl } from './dough-repl.mjs';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue