remove unused import
This commit is contained in:
parent
323fc86f97
commit
5f92ca7461
@ -1,7 +1,7 @@
|
|||||||
import {Component, inject, OnInit} from '@angular/core';
|
import {Component, inject, OnInit} from '@angular/core';
|
||||||
import {CommonModule} from '@angular/common';
|
import {CommonModule} from '@angular/common';
|
||||||
import {catchError, Observable, of, retry} from 'rxjs';
|
import {catchError, Observable, of, retry} from 'rxjs';
|
||||||
import {HttpClient, HttpErrorResponse} from '@angular/common/http';
|
import {HttpErrorResponse} from '@angular/common/http';
|
||||||
import {Employee} from '../Employee';
|
import {Employee} from '../Employee';
|
||||||
|
|
||||||
import {MatCardModule} from '@angular/material/card';
|
import {MatCardModule} from '@angular/material/card';
|
||||||
|
Reference in New Issue
Block a user