fix: lint

This commit is contained in:
Felix Roos 2024-05-16 14:32:45 +02:00
parent eba7dec1a5
commit 29598d1744
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { run } from './hs2js.mjs';
import { renderGraph } from './graph.mjs';
import { parse } from './parser.mjs';
import { initStrudel, reify, late } from '@strudel/web';
import { initStrudel, reify, late, samples, stack } from '@strudel/web';
initStrudel({
prebake: () => samples('github:tidalcycles/dirt-samples'),
});