diff --git a/conf/modules-components.ts b/conf/modules-components.ts
index 55e8978c423a287de659ea3ac03f1f9d88c23e31..8e35c7e3f6ed42ddc798f145b1eccdfd81fd6911 100644
--- a/conf/modules-components.ts
+++ b/conf/modules-components.ts
@@ -17,20 +17,16 @@
  * import {
  *   oModules as oGTFModules,
  *   oModulesComponents as oGTFModulesComponents,
- *   oWkListComponents as oGTFWkListComponents
  * } from './gtf/gtf.exports';
  *
  * export const oModules = { ...oGTFModules };
  * export const oModulesComponents = { ...oGTFModulesComponents };
- * export const oWkListComponents = { ...oGTFWkListComponents };
  */
 
 import {
   oVmapModules,
   oVmapModulesComponents,
-  oVmapWkListComponents
 } from './vmap/vmap.exports';
 
 export const oModules = { ...oVmapModules };
 export const oModulesComponents = { ...oVmapModulesComponents };
-export const oWkListComponents = { ...oVmapWkListComponents };