fix import

This commit is contained in:
Felix Roos 2022-04-13 23:58:34 +02:00
parent 70fbbd65e9
commit 38fe310a7c

View File

@ -1,4 +1,4 @@
import { Pattern, patternify2 } from './strudel.mjs';
import { Pattern, patternify2 } from './index.mjs';
const synth = window?.speechSynthesis;
let allVoices = synth?.getVoices();