mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:57:08 +00:00
5 lines
85 B
JavaScript
5 lines
85 B
JavaScript
module.exports = {
|
|
project: require('./project'),
|
|
navdata: require('./navdata')
|
|
};
|