diff --git a/modules/playground/src/zippy_component/zippy.ts b/modules/playground/src/zippy_component/zippy.ts index f4ad5ac08a..cd79ee08a5 100644 --- a/modules/playground/src/zippy_component/zippy.ts +++ b/modules/playground/src/zippy_component/zippy.ts @@ -1,4 +1,4 @@ -import {Component, View, EventEmitter, Input, Output} from 'angular2/angular2'; +import {Component, EventEmitter, Input, Output} from 'angular2/angular2'; import {ObservableWrapper} from 'angular2/src/core/facade/async'; @Component({selector: 'zippy', templateUrl: 'zippy.html'})