6 lines
66 B
JavaScript
Raw Normal View History

2021-07-13 18:46:36 +02:00
'use strict';
module.exports = {
admin: require('./admin'),
};