diff --git a/projects/common/src/fm/services/production-guard.service.ts b/projects/common/src/fm/services/production-guard.service.ts index d7e3099..9c4a6ee 100644 --- a/projects/common/src/fm/services/production-guard.service.ts +++ b/projects/common/src/fm/services/production-guard.service.ts @@ -1,5 +1,5 @@ import { Injectable } from '@angular/core'; -import { environment } from 'src/environments/environment'; +import { environment } from '../../../../../src/environments/environment'; @Injectable({ providedIn: 'root',