mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 08:17:09 +00:00
6 lines
107 B
JavaScript
6 lines
107 B
JavaScript
|
|
module.exports = {
|
|
Organisation: require('./Organisation'),
|
|
Organisations: require('./Organisations')
|
|
}
|