diff options
Diffstat (limited to 'frontend/src/app/auth.service.ts')
-rw-r--r-- | frontend/src/app/auth.service.ts | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/frontend/src/app/auth.service.ts b/frontend/src/app/auth.service.ts deleted file mode 100644 index af27fdec..00000000 --- a/frontend/src/app/auth.service.ts +++ /dev/null @@ -1,9 +0,0 @@ -import { Injectable } from '@angular/core'; - -@Injectable({ - providedIn: 'root' -}) -export class AuthService { - - constructor() { } -} |