fix: mini repl test tune

This commit is contained in:
Felix Roos 2022-11-04 20:13:25 +01:00
parent f829f35cfa
commit 6129f9afe8

View File

@ -16,7 +16,7 @@ evalScope(
function App() {
return (
<div>
<MiniRepl tune={`"c3"`} />
<MiniRepl tune={`note("c3")`} />
</div>
);
}