diff --git a/packages/core/speak.mjs b/packages/core/speak.mjs index 7acf6d93..141ef92f 100644 --- a/packages/core/speak.mjs +++ b/packages/core/speak.mjs @@ -1,4 +1,4 @@ -import { Pattern, patternify2 } from './strudel.mjs'; +import { Pattern, patternify2 } from './index.mjs'; const synth = window?.speechSynthesis; let allVoices = synth?.getVoices();