| Index: examples/js/repl.js
|
| diff --git a/examples/js/repl.js b/examples/js/repl.js
|
| index 2c33d6e5fdb67bc751b85155e15338f8096f98ac..ad99744fdb6c33c239a7c5e5a58e3af6cd0b3146 100644
|
| --- a/examples/js/repl.js
|
| +++ b/examples/js/repl.js
|
| @@ -27,7 +27,7 @@
|
|
|
| define("main", [
|
| "mojo/services/public/js/application",
|
| - "mojo/services/files/public/interfaces/types.mojom",
|
| + "mojo/services/files/interfaces/types.mojom",
|
| "mojo/services/terminal/public/interfaces/terminal_client.mojom",
|
| ], function(application, files_types, terminal_client) {
|
| const Application = application.Application;
|
|
|