remove unessecary export

This commit is contained in:
Jade (Rose) Rowland 2024-05-30 16:30:49 -04:00
parent 8be5e9d2eb
commit c0c54c21e3

View File

@ -42,7 +42,7 @@ export const getAudioContext = () => {
return audioContext;
};
export async function loadWorklets() {
async function loadWorklets() {
return await getAudioContext().audioWorklet.addModule(workletsUrl);
}