Procházet zdrojové kódy

relative reference

Raanan Weber před 7 roky
rodič
revize
02ccc1aaa9
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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';
 
 /**