Index: samples/third_party/todomvc/build.dart |
diff --git a/samples/third_party/todomvc/build.dart b/samples/third_party/todomvc/build.dart |
index 39dbb1e238cd7a880aa551466027035f8d672414..d8fecaa96afa9ac388fe1ce5f8ab4ea2ed21f9ea 100755 |
--- a/samples/third_party/todomvc/build.dart |
+++ b/samples/third_party/todomvc/build.dart |
@@ -4,7 +4,7 @@ |
// BSD-style license that can be found in the LICENSE file. |
import 'dart:io'; |
-import 'package:web_ui/component_build.dart'; |
+import 'package:polymer/component_build.dart'; |
void main() { |
build(new Options().arguments, ['web/index.html']); |
Siggi Cherem (dart-lang)
2013/08/20 22:26:41
you might need to add a --deploy here
Jennifer Messerly
2013/08/20 22:47:32
good catch. done!
|