@difizen/mana-core
Version:
24 lines (23 loc) • 630 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "ApplicationComponent", {
enumerable: true,
get: function get() {
return _application.ApplicationComponent;
}
});
Object.defineProperty(exports, "ContextComponent", {
enumerable: true,
get: function get() {
return _context.ContextComponent;
}
});
exports.ManaComponents = void 0;
var _application = require("./application");
var _context = require("./context");
var ManaComponents = exports.ManaComponents = {
Application: _application.ApplicationComponent,
Context: _context.ContextComponent
};