| Index: examples/dart/hello_world/world/main.dart
|
| diff --git a/examples/dart/hello_world/world/main.dart b/examples/dart/hello_world/world/main.dart
|
| index b8746f32b8880c5b1eca6df8516236282ef48293..f804b56238dbcc22a9bbf107d441b54699ef9a1f 100644
|
| --- a/examples/dart/hello_world/world/main.dart
|
| +++ b/examples/dart/hello_world/world/main.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| // This app is run by examples/dart/hello_world/hello.
|
|
|
| -import 'dart:mojo_application';
|
| -import 'dart:mojo_bindings';
|
| -import 'dart:mojo_core';
|
| +import 'mojo:application';
|
| +import 'mojo:bindings';
|
| +import 'mojo:core';
|
|
|
| class World extends Application {
|
| World.fromHandle(MojoHandle handle) : super.fromHandle(handle);
|
|
|