| 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 bd896a118a9304bd79d7fd21085ea59be96cab7a..8397bb4be72436c8788940fccdfb14ba41fc82a5 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 'mojo:application';
|
| -import 'mojo:bindings';
|
| -import 'mojo:core';
|
| +import 'dart:mojo.application';
|
| +import 'dart:mojo.bindings';
|
| +import 'dart:mojo.core';
|
|
|
| class Hello extends Application {
|
| Hello.fromHandle(MojoHandle handle) : super.fromHandle(handle);
|
|
|