mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 11:17:08 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
|
|
module.exports = {
|
|
Queue: require('./queue'),
|
|
ActionsQueue: require('./actions-queue')
|
|
};
|
|
|