Pārlūkot izejas kodu

relative reference

Raanan Weber 7 gadi atpakaļ
vecāks
revīzija
02ccc1aaa9
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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';
 
 /**