fix more deps

This commit is contained in:
Felix Roos 2022-03-25 18:51:20 +01:00
parent 6430f6207d
commit 2338a1ee7d
15 changed files with 17 additions and 22 deletions

View file

@ -1,4 +1,4 @@
import { Pattern as _Pattern, stack, Hap, reify } from '../core/strudel.mjs';
import { Pattern as _Pattern, stack, Hap, reify } from '@strudel/core/strudel.mjs';
import _voicings from 'chord-voicings';
const { dictionaryVoicing, minTopNoteDiff, lefthand } = _voicings;