mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
fix wrong rxjs import
This commit is contained in:
parent
cf7d72a71b
commit
b34ca87657
@ -15,7 +15,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import { Subject } from 'rxjs/Subject';
|
||||
import { Subject } from 'rxjs';
|
||||
|
||||
export interface LoginDialogComponentData {
|
||||
title: string;
|
||||
|
Loading…
x
Reference in New Issue
Block a user