Index: packages/web_components/test/foo/bar.dart |
diff --git a/web_components/lib/init.dart b/packages/web_components/test/foo/bar.dart |
similarity index 65% |
rename from web_components/lib/init.dart |
rename to packages/web_components/test/foo/bar.dart |
index 1ebb1413f9023f4113e1c1616511af98477037f5..67845503e9d6cd6a39ba6ed5499b7239bdb827e5 100644 |
--- a/web_components/lib/init.dart |
+++ b/packages/web_components/test/foo/bar.dart |
@@ -1,9 +1,7 @@ |
// Copyright (c) 2015, the Dart project authors. Please see the AUTHORS file |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-library web_components.init; |
+@HtmlImport('bar.html') |
+library web_components.test.foo.bar; |
-import 'dart:async'; |
-import 'src/init.dart'; |
- |
-Future main() => initWebComponents(); |
+import 'package:web_components/web_components.dart'; |