mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2024-10-30 01:08:47 +00:00
(apps/academy) Removed a misplaced import
This commit is contained in:
parent
072dbce6d4
commit
215546cc31
|
@ -3,7 +3,6 @@ import { HttpClient } from '@angular/common/http';
|
|||
import { BehaviorSubject, Observable, of, throwError } from 'rxjs';
|
||||
import { map, switchMap, tap } from 'rxjs/operators';
|
||||
import { Category, Course } from 'app/modules/admin/apps/academy/academy.types';
|
||||
import { Chat } from 'app/modules/admin/apps/chat/chat.types';
|
||||
|
||||
@Injectable({
|
||||
providedIn: 'root'
|
||||
|
|
Loading…
Reference in New Issue
Block a user