From c4c4d045fb6aa8922aaea78fbc9a80444a5dc555 Mon Sep 17 00:00:00 2001 From: Pascal Precht Date: Mon, 16 Nov 2015 12:58:47 +0100 Subject: [PATCH] chore(playground/routing): remove unused bind import Closes #5305 --- modules/playground/src/routing/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/playground/src/routing/index.ts b/modules/playground/src/routing/index.ts index c9b7812282..76aabda865 100644 --- a/modules/playground/src/routing/index.ts +++ b/modules/playground/src/routing/index.ts @@ -1,5 +1,5 @@ import {InboxApp} from './inbox-app'; -import {bind, provide} from 'angular2/angular2'; +import {provide} from 'angular2/angular2'; import {bootstrap} from 'angular2/bootstrap'; import {ROUTER_PROVIDERS, HashLocationStrategy, LocationStrategy} from 'angular2/router';