Catalog alignment
[sdc.git] / catalog-ui / src / app / ng2 / services / component-services / component-mode.service.ts
index b0cc1b8..9952b03 100644 (file)
@@ -24,7 +24,7 @@
 import { Injectable } from '@angular/core';
 import {WorkspaceMode, ComponentState, Role} from "../../../utils/constants";
 import { Component as ComponentData } from "app/models";
-import { CacheService } from "app/services/cache-service"
+import { CacheService } from "app/services-ng2";
 
 @Injectable()