fix wrong rxjs import

This commit is contained in:
Denys Vuika 2018-10-01 10:22:03 +01:00
parent cf7d72a71b
commit b34ca87657

View File

@ -15,7 +15,7 @@
* limitations under the License.
*/
import { Subject } from 'rxjs/Subject';
import { Subject } from 'rxjs';
export interface LoginDialogComponentData {
title: string;