@amirmarmul/waba-common
Version:

15 lines (14 loc) • 348 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Loader = void 0;
const Container_1 = require("../../../core/infrastructure/Container");
class Loader {
container;
constructor() {
this.container = Container_1.Container;
}
load() {
this.register();
}
}
exports.Loader = Loader;