ソースを参照

relative reference

Raanan Weber 7 年 前
コミット
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';
 
 /**