| Index: lib/src/file_system/console.dart
|
| diff --git a/lib/src/file_system/console.dart b/lib/src/file_system/console.dart
|
| index f01d02b0b760a7962888c3267a0f19574becb024..8e98acfad313f9624acaad97fb1a65d1853e28e9 100644
|
| --- a/lib/src/file_system/console.dart
|
| +++ b/lib/src/file_system/console.dart
|
| @@ -6,7 +6,7 @@ library console;
|
|
|
| import 'dart:io';
|
| import 'dart:utf';
|
| -import 'package:web_components/src/file_system.dart';
|
| +import 'package:web_ui/src/file_system.dart';
|
| import 'path.dart' as internal;
|
|
|
| /** File system implementation for console VM (i.e. no browser). */
|
|
|