fix: core imports in scheduler

This commit is contained in:
Felix Roos 2022-04-18 14:51:47 +02:00
parent 0b370bd40d
commit dcb5af3339

View File

@ -1,4 +1,5 @@
import ClockWorker from './clockworker.mjs';
import { State, TimeSpan } from '@strudel.cycles/core';
class Scheduler {
worker;