remove unused import

This commit is contained in:
Art Lowel
2020-03-11 16:53:43 +01:00
parent 795d638aa6
commit c6c34b667a

View File

@@ -1,4 +1,4 @@
import { Injectable, NgZone } from '@angular/core';
import { Injectable } from '@angular/core';
import { HttpHeaders } from '@angular/common/http';
import { createSelector, MemoizedSelector, select, Store } from '@ngrx/store';