routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+5
@@ -0,0 +1,5 @@
|
||||
import { QueueAction } from './QueueAction';
|
||||
import { QueueScheduler } from './QueueScheduler';
|
||||
export const queueScheduler = new QueueScheduler(QueueAction);
|
||||
export const queue = queueScheduler;
|
||||
//# sourceMappingURL=queue.js.map
|
||||
Reference in New Issue
Block a user