diff --git a/src/utils/customConfig.original.js b/src/utils/customConfig.original.js
index eb04ead..bf060c9 100644
--- a/src/utils/customConfig.original.js
+++ b/src/utils/customConfig.original.js
@@ -1157,6 +1157,10 @@ const FO019ShowPrint = Loadable({
loader: () => import('../components/CustomPages/FO/FO019ShowPrint'),
loading: () =>
})
+const SC022Import = Loadable({
+ loader: () => import('../components/CustomPages/SC/SC022Import'),
+ loading: () =>
+})
// const BS034View = Loadable({
// loader: () => import('../components/CustomPages/BS/BS034View'),
// loading: () =>
@@ -1165,10 +1169,6 @@ const FO019ShowPrint = Loadable({
// loader: () => import('../components/CustomPages/SC/SC028ShowPrint'),
// loading: () =>
// })
-// const SC022Import = Loadable({
-// loader: () => import('../components/CustomPages/SC/SC022Import'),
-// loading: () =>
-// })
// const PT027Import = Loadable({
// loader: () => import('../components/CustomPages/PT/PT027Import'),
// loading: () =>
@@ -2500,6 +2500,7 @@ export default function (componentName, formId, formParam, data, formCode, formD
SE063ShowPrint:
,
SE051ShowPrint:
,
+ SC022Import:
,
// LR001ShowPrint:
,
// LR007Edit:
,
// LR003ShowPrint:
,
@@ -2509,7 +2510,6 @@ export default function (componentName, formId, formParam, data, formCode, formD
// SC046ShowPrint:
,
// SC052ShowPrint:
,
// SC028ShowPrint:
,
- // SC022Import:
,
// SC030ShowPrint:
,
// SC030View:
,
// SC030ShowPrintPer:
,