@spartacus/schematics
Version:
Spartacus schematics
17 lines • 768 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UNIT_COST_CENTERS_COMPONENT_MIGRATION = void 0;
const constants_1 = require("../../../../shared/constants");
exports.UNIT_COST_CENTERS_COMPONENT_MIGRATION = {
// feature-libs\organization\administration\components\unit\links\cost-centers\unit-cost-centers.component.ts
class: constants_1.UNIT_COST_CENTER_LIST_COMPONENT,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_COMPONENTS,
deprecatedParams: [],
addParams: [
{
className: constants_1.CURRENT_UNIT_SERVICE,
importPath: constants_1.SPARTACUS_ORGANIZATION_ADMINISTRATION_CORE,
},
],
};
//# sourceMappingURL=unit-cost-centers.component.migration.js.map