diff --git a/packages/common/http/test/xsrf_spec.ts b/packages/common/http/test/xsrf_spec.ts index c6ee4b10a7..36ba12bdf9 100644 --- a/packages/common/http/test/xsrf_spec.ts +++ b/packages/common/http/test/xsrf_spec.ts @@ -6,7 +6,6 @@ * found in the LICENSE file at https://angular.io/license */ -import {HttpHandler} from '../src/backend'; import {HttpHeaders} from '../src/headers'; import {HttpRequest} from '../src/request'; import {HttpXsrfCookieExtractor, HttpXsrfInterceptor} from '../src/xsrf';