mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 06:23:03 +00:00
fixed deprecated import of TransferState
(cherry picked from commit 4d85639f31
)
This commit is contained in:

committed by
github-actions[bot]
![github-actions[bot]](/assets/img/avatar_default.png)
parent
e2bea80d3f
commit
08ec6e000e
@@ -1,4 +1,4 @@
|
|||||||
import { TransferState } from '@angular/platform-browser';
|
import { TransferState } from '@angular/core';
|
||||||
import { TranslateLoader } from '@ngx-translate/core';
|
import { TranslateLoader } from '@ngx-translate/core';
|
||||||
import { readFileSync } from 'fs';
|
import { readFileSync } from 'fs';
|
||||||
import {
|
import {
|
||||||
|
Reference in New Issue
Block a user