fix: lint

This commit is contained in:
Felix Roos 2025-03-20 10:24:22 +01:00
parent 3505732afa
commit d2e93a99f1
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
import { strudelScope, reify, fast, slow } from '@strudel/core';
import { strudelScope, reify, fast, slow, seq } from '@strudel/core';
import { registerLanguage } from '@strudel/transpiler';
import { MondoRunner } from '../mondo/mondo.mjs';