Catalog alignment
[sdc.git] / catalog-ui / src / app / filters / category-type-filter.ts
index 763b4a9..d02c0b9 100644 (file)
@@ -20,7 +20,8 @@
 
 import * as _ from "lodash";
 import {ComponentType} from "../utils/constants";
-import {CacheService} from "../services/cache-service";
+import {CacheService} from "app/services-ng2";
+
 export class CategoryTypeFilter {
 
     static $inject = ['Sdc.Services.CacheService'];