mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-04-09 18:11:38 +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 { BehaviorSubject, Observable, of, throwError } from 'rxjs';
|
||||||
import { map, switchMap, tap } from 'rxjs/operators';
|
import { map, switchMap, tap } from 'rxjs/operators';
|
||||||
import { Category, Course } from 'app/modules/admin/apps/academy/academy.types';
|
import { Category, Course } from 'app/modules/admin/apps/academy/academy.types';
|
||||||
import { Chat } from 'app/modules/admin/apps/chat/chat.types';
|
|
||||||
|
|
||||||
@Injectable({
|
@Injectable({
|
||||||
providedIn: 'root'
|
providedIn: 'root'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user