Move the uhk60-right directory from modules to devices.
This commit is contained in:
@@ -30,7 +30,7 @@ export class SvgModuleProviderService {
|
|||||||
private getRightModule(): SvgModule {
|
private getRightModule(): SvgModule {
|
||||||
|
|
||||||
if (!this.right) {
|
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;
|
return this.right;
|
||||||
}
|
}
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
|
Before Width: | Height: | Size: 926 B After Width: | Height: | Size: 926 B |
Reference in New Issue
Block a user