fix: core imports in scheduler
This commit is contained in:
parent
0b370bd40d
commit
dcb5af3339
1 changed files with 1 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import ClockWorker from './clockworker.mjs';
|
||||
import { State, TimeSpan } from '@strudel.cycles/core';
|
||||
|
||||
class Scheduler {
|
||||
worker;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue