fix import + update build task

This commit is contained in:
Felix Roos 2022-12-22 17:23:35 +01:00
parent 818cd9044b
commit 9aaaa755c7
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ import './Repl.css';
import { Footer } from './Footer';
import { Header } from './Header';
import { prebake } from './prebake.mjs';
import * as tunes from '../../../tunes.mjs';
import * as tunes from './tunes.mjs';
initAudioOnFirstClick();