Remove unused import

This commit is contained in:
Cucumberrbob 2025-02-23 17:29:07 +00:00
parent 0ec9a2bbbe
commit 206d3c56cb
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -1,6 +1,4 @@
import { Injectable } from '@angular/core';
import { Observable } from 'rxjs';
import { AuthService } from './auth.service';
@Injectable({