Raanan Weber 7 лет назад
Родитель
Сommit
02ccc1aaa9
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Viewer/src/viewer/defaultViewer.ts

+ 1 - 1
Viewer/src/viewer/defaultViewer.ts

@@ -8,7 +8,7 @@ import { CameraBehavior } from '../interfaces';
 import { ViewerModel } from '../model/viewerModel';
 import { extendClassWithConfig } from '../helper';
 import { IModelAnimation, AnimationState } from '../model/modelAnimation';
-import { IViewerTemplatePlugin } from 'templating/viewerTemplatePlugin';
+import { IViewerTemplatePlugin } from '../templating/viewerTemplatePlugin';
 import { HDButtonPlugin } from '../templating/plugins/hdButtonPlugin';
 
 /**