fix import

This commit is contained in:
Felix Roos
2022-04-13 23:58:34 +02:00
parent 70fbbd65e9
commit 38fe310a7c
+1 -1
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();