Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Unified Diff: example/todomvc/main.dart

Issue 11465028: rename web_components -> web_ui (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: example/todomvc/main.dart
diff --git a/example/todomvc/main.dart b/example/todomvc/main.dart
index 83d953e5563aae9ac150f9163717b5a8a8352569..077b418e809ea80182fd36f5f86da6d6b00333de 100644
--- a/example/todomvc/main.dart
+++ b/example/todomvc/main.dart
@@ -6,7 +6,7 @@ library main;
import 'dart:html';
import 'model.dart';
-import 'package:web_components/web_components.dart';
+import 'package:web_ui/web_ui.dart';
main() {
// listen on changes to #hash in the URL

Powered by Google App Engine
This is Rietveld 408576698