10 lines
152 B
JavaScript

const app = require("./app");
const system = require("./system");
const finder = require("./finder");
module.exports = {
app,
system,
finder,
};