| Index: examples/dart/hello_world/hello/main.dart
|
| diff --git a/examples/dart/hello_world/hello/main.dart b/examples/dart/hello_world/hello/main.dart
|
| index 81a5d79e910cc94838da852b3e01088ae3adc0ea..892ecd8b743a51393b9406db7b330b5f0acb7baa 100644
|
| --- a/examples/dart/hello_world/hello/main.dart
|
| +++ b/examples/dart/hello_world/hello/main.dart
|
| @@ -5,9 +5,9 @@
|
| // To run this app:
|
| // mojo_shell mojo:hello
|
|
|
| -import 'dart:mojo_application';
|
| -import 'dart:mojo_bindings';
|
| -import 'dart:mojo_core';
|
| +import 'mojo:application';
|
| +import 'mojo:bindings';
|
| +import 'mojo:core';
|
|
|
| class Hello extends Application {
|
| Hello.fromHandle(MojoHandle handle) : super.fromHandle(handle);
|
|
|