[AAE-11891] move auth in auth folder (#8076)

move auth and common in a separate folder
This commit is contained in:
Eugenio Romano
2023-01-02 14:40:28 +01:00
committed by GitHub
parent ae126475f7
commit 093b1e8a67
144 changed files with 353 additions and 271 deletions

View File

@@ -17,7 +17,7 @@
import { Injectable, Inject } from '@angular/core';
import { DOCUMENT } from '@angular/common';
import { LogService } from '../services/log.service';
import { LogService } from '../common/services/log.service';
import { NotificationService } from '../notifications/services/notification.service';
@Injectable({ providedIn: 'root' })