fixed all but one problem due to upgrade
diff --git a/src/app/office/store/teller/effects/route.effects.ts b/src/app/office/store/teller/effects/route.effects.ts
index 924dc81..b662790 100644
--- a/src/app/office/store/teller/effects/route.effects.ts
+++ b/src/app/office/store/teller/effects/route.effects.ts
@@ -22,7 +22,7 @@
 import {Observable} from 'rxjs/Observable';
 import {Action} from '@ngrx/store';
 import * as tellerActions from '../teller.actions';
-import {Teller} from '/home/pembe/Desktop/fineract-cn-web-app/src/app/sevices/teller/domain/teller.model' 
+import {Teller} from 'app/sevices/teller/domain/teller.model' 
 
 @Injectable()
 export class TellerRouteEffects {