diff --git a/public/docs/_examples/pipes/dart/web/main.dart b/public/docs/_examples/pipes/dart/web/main.dart index 3266c05644..dddf5d144d 100644 --- a/public/docs/_examples/pipes/dart/web/main.dart +++ b/public/docs/_examples/pipes/dart/web/main.dart @@ -1,9 +1,7 @@ import 'package:angular2/platform/browser.dart'; import 'package:pipe_examples/app_component.dart'; -import 'package:pipe_examples/hero_birthday1_component.dart'; -main() { +void main() { bootstrap(AppComponent); - bootstrap(HeroBirthdayComponent); }