control-freak-ide/server/nodejs/dist/all/_build/components/Component.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

20 lines
455 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class Component {
destroy() { }
constructor(application, serviceConfig) {
this.application = application;
this.serviceConfig = serviceConfig;
}
label() {
return "Component";
}
services(config) {
return [];
}
routes() {
return [];
}
}
exports.Component = Component;
//# sourceMappingURL=Component.js.map