Move the uhk60-right directory from modules to devices.

This commit is contained in:
László Monda
2017-11-08 22:52:03 +01:00
parent 66a30431d0
commit 6ba6ad543e
4 changed files with 1 additions and 1 deletions

View File

@@ -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;
}

View File

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

View File

Before

Width:  |  Height:  |  Size: 926 B

After

Width:  |  Height:  |  Size: 926 B