mirror of
https://github.com/atlanticbiomedical/biomedjs.git
synced 2025-07-02 00:47:26 -04:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
'use strict';
|
|
|
|
module.exports = {
|
|
exceptions: require('./exceptions'),
|
|
misc: require('./misc'),
|
|
spans: require('./spans'),
|
|
users: require('./users'),
|
|
workorders: require('./workorders')
|
|
};
|