replace relative imports with package imports
This commit is contained in:
parent
e1bb58fb06
commit
0a8397b3dc
5 changed files with 14 additions and 14 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import * as krill from './krill-parser.js';
|
||||
import * as strudel from '@strudel/core/strudel.mjs';
|
||||
import { addMiniLocations } from '../eval/shapeshifter.mjs';
|
||||
import { addMiniLocations } from '@strudel/eval/shapeshifter.mjs';
|
||||
|
||||
const { pure, Pattern, Fraction, stack, slowcat, sequence, timeCat, silence, reify } = strudel;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue