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 { Note, Interval, Scale } from '@tonaljs/tonal';
|
||||
import { Pattern as _Pattern } from '@strudel/core/strudel.mjs';
|
||||
import { mod, tokenizeNote } from '../../packages/core/util.mjs';
|
||||
import { mod } from '@strudel/core/util.mjs';
|
||||
|
||||
const Pattern = _Pattern; // as any;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue