chore(playground/routing): remove unused bind import

Closes #5305
This commit is contained in:
Pascal Precht 2015-11-16 12:58:47 +01:00
parent 2ada3ecad5
commit c4c4d045fb
1 changed files with 1 additions and 1 deletions

View File

@ -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';