| Index: samples/todomvc/dart/todomvc_service.dart
|
| diff --git a/samples/todomvc/dart/todomvc_service.dart b/samples/todomvc/dart/todomvc_service.dart
|
| index d453e6481165aa8597ce3a5a829534e8f3b3becf..9032285d327156d6b533535d87bb30fe1ebafc78 100644
|
| --- a/samples/todomvc/dart/todomvc_service.dart
|
| +++ b/samples/todomvc/dart/todomvc_service.dart
|
| @@ -8,7 +8,7 @@ library todomvc_service;
|
|
|
| import "dart:fletch";
|
| import "dart:fletch.ffi";
|
| -import "dart:service" as service;
|
| +import "dart:fletch.service" as service;
|
| import "struct.dart";
|
|
|
| final Channel _channel = new Channel();
|
|
|