Skip to content
Snippets Groups Projects
Commit b52eaab4 authored by Armand Bahi's avatar Armand Bahi
Browse files

suppression de oWkListComponents

parent 1a32b35f
Branches
Tags
No related merge requests found
...@@ -17,20 +17,16 @@ ...@@ -17,20 +17,16 @@
* import { * import {
* oModules as oGTFModules, * oModules as oGTFModules,
* oModulesComponents as oGTFModulesComponents, * oModulesComponents as oGTFModulesComponents,
* oWkListComponents as oGTFWkListComponents
* } from './gtf/gtf.exports'; * } from './gtf/gtf.exports';
* *
* export const oModules = { ...oGTFModules }; * export const oModules = { ...oGTFModules };
* export const oModulesComponents = { ...oGTFModulesComponents }; * export const oModulesComponents = { ...oGTFModulesComponents };
* export const oWkListComponents = { ...oGTFWkListComponents };
*/ */
import { import {
oVmapModules, oVmapModules,
oVmapModulesComponents, oVmapModulesComponents,
oVmapWkListComponents
} from './vmap/vmap.exports'; } from './vmap/vmap.exports';
export const oModules = { ...oVmapModules }; export const oModules = { ...oVmapModules };
export const oModulesComponents = { ...oVmapModulesComponents }; export const oModulesComponents = { ...oVmapModulesComponents };
export const oWkListComponents = { ...oVmapWkListComponents };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment