Skip to content

Commit

Permalink
FEATURE/HCMPRE-1852 :: Consolidated Common UI removing other modules(#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Jan 23, 2025
1 parent 89ab055 commit 3f117db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
3 changes: 0 additions & 3 deletions health/micro-ui/web/console/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ import { initLibraries } from "@egovernments/digit-ui-libraries";
import { DigitUI } from "@egovernments/digit-ui-module-core";
// import { initHRMSComponents } from "@egovernments/digit-ui-module-hrms";
import { UICustomizations } from "./Customisations/UICustomizations";
import { initWorkbenchComponents } from "@egovernments/digit-ui-module-workbench";
import { initUtilitiesComponents } from "@egovernments/digit-ui-module-utilities";
import { initWorkbenchHCMComponents } from "@egovernments/digit-ui-module-hcmworkbench";
import { initCampaignComponents } from "@egovernments/digit-ui-module-campaign-manager"

window.contextPath = window?.globalConfigs?.getConfig("CONTEXT_PATH");
Expand Down
7 changes: 2 additions & 5 deletions health/micro-ui/web/console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
"homepage": "/console",
"dependencies": {
"@egovernments/digit-ui-libraries": "1.8.8",
"@egovernments/digit-ui-module-workbench": "1.0.12",
"@egovernments/digit-ui-module-core": "1.8.15",
"@egovernments/digit-ui-module-utilities": "1.0.10",
"@egovernments/digit-ui-components": "0.0.2-beta.58",
"@egovernments/digit-ui-module-core": "1.8.17",
"@egovernments/digit-ui-components": "0.0.2-beta.64",
"@egovernments/digit-ui-react-components": "1.8.14",
"@egovernments/digit-ui-module-hcmworkbench":"0.1.0",
"@egovernments/digit-ui-module-campaign-manager": "0.3.0",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand Down

0 comments on commit 3f117db

Please sign in to comment.