diff --git a/packages/uhk-web/src/app/services/svg-module-provider.service.ts b/packages/uhk-web/src/app/services/svg-module-provider.service.ts index a0b921f2..13638079 100644 --- a/packages/uhk-web/src/app/services/svg-module-provider.service.ts +++ b/packages/uhk-web/src/app/services/svg-module-provider.service.ts @@ -30,7 +30,7 @@ export class SvgModuleProviderService { private getRightModule(): SvgModule { if (!this.right) { - this.right = new SvgModule(require('xml-loader!../../modules/uhk60-right/layout.xml').svg); + this.right = new SvgModule(require('xml-loader!../../devices/uhk60-right/layout.xml').svg); } return this.right; } diff --git a/packages/uhk-web/src/modules/uhk60-right/layout.xml b/packages/uhk-web/src/devices/uhk60-right/layout.xml similarity index 100% rename from packages/uhk-web/src/modules/uhk60-right/layout.xml rename to packages/uhk-web/src/devices/uhk60-right/layout.xml diff --git a/packages/uhk-web/src/modules/uhk60-right/module.json b/packages/uhk-web/src/devices/uhk60-right/module.json similarity index 100% rename from packages/uhk-web/src/modules/uhk60-right/module.json rename to packages/uhk-web/src/devices/uhk60-right/module.json diff --git a/packages/uhk-web/src/modules/uhk60-right/separator.xml b/packages/uhk-web/src/devices/uhk60-right/separator.xml similarity index 100% rename from packages/uhk-web/src/modules/uhk60-right/separator.xml rename to packages/uhk-web/src/devices/uhk60-right/separator.xml