upgrade rxjs imports

This commit is contained in:
William Welling
2021-11-17 21:57:54 -06:00
parent 29f342380d
commit dc9e93a907
5 changed files with 5 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ import { HALLink } from './hal-link.model';
import { ResourceType } from './resource-type';
import { RemoteData } from '../data/remote-data';
import { PaginatedList } from '../data/paginated-list.model';
import { Observable } from 'rxjs/internal/Observable';
import { Observable } from 'rxjs';
import { ITEM_TYPE } from './item-relationships/item-type.resource-type';
import { ItemType } from './item-relationships/item-type.model';