Skip to content

Commit

Permalink
Merge pull request #10 from vtllr/patch-1
Browse files Browse the repository at this point in the history
Delete unused line
  • Loading branch information
shprink committed Mar 5, 2016
2 parents 833216a + c7d5c25 commit 406e981
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.ts
Expand Up @@ -6,7 +6,6 @@ import {FORM_PROVIDERS} from 'angular2/common';
import {ROUTER_PROVIDERS, LocationStrategy, HashLocationStrategy, APP_BASE_HREF} from 'angular2/router';
import {HTTP_PROVIDERS} from 'angular2/http';
import {App} from './components/index';
import {Http} from 'angular2/http';

bootstrap(App, [
FORM_PROVIDERS,
Expand Down

0 comments on commit 406e981

Please sign in to comment.