| Index: client/samples/total/src/Total.dart
|
| diff --git a/client/samples/total/src/Total.dart b/client/samples/total/src/Total.dart
|
| index 744f2533f0e80c5d9a204067674d5329e43e91c3..afdb384afc2b3f57c3122ac4849d18a19bf751f4 100644
|
| --- a/client/samples/total/src/Total.dart
|
| +++ b/client/samples/total/src/Total.dart
|
| @@ -3,7 +3,7 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library("Total");
|
| -#import("../../../html/html.dart");
|
| +#import("dart:html");
|
| #import("TotalLib.dart");
|
|
|
| class Total {
|
|
|