| Index: lib/src/dart.dart
|
| diff --git a/lib/src/dart.dart b/lib/src/dart.dart
|
| index ad007dee0fd383886e531ec9e18fb407c789794d..05a8ccd54d6a5a4f6b0d2849d7ce5e9fb882b6a3 100644
|
| --- a/lib/src/dart.dart
|
| +++ b/lib/src/dart.dart
|
| @@ -16,7 +16,7 @@ import 'package:compiler_unsupported/compiler.dart' as compiler;
|
| import 'package:compiler_unsupported/src/filenames.dart'
|
| show appendSlash;
|
|
|
| -import '../../asset/dart/serialize.dart';
|
| +import 'asset/dart/serialize.dart';
|
| import 'io.dart';
|
| import 'log.dart' as log;
|
|
|
|
|