From feaad02c33386d6619e3f8e7e13228c85a36d8cd Mon Sep 17 00:00:00 2001 From: Peter Bastiani Date: Tue, 30 Jan 2024 10:06:26 +0100 Subject: [PATCH] Fix path --- projects/common/src/fm/services/production-guard.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',