Correct import paths

This commit is contained in:
Tim van der Lippe
2017-12-02 15:14:21 +01:00
parent 0f0ccdade8
commit ab93ab0892

View File

@@ -7,9 +7,9 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
Code distributed by Google as part of the polymer project is also Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
--> -->
<link rel="import" href="boot.html"> <link rel="import" href="../utils/boot.html">
<link rel="import" href="path.html"> <link rel="import" href="../utils/path.html">
<link rel="import" href="mixin.html"> <link rel="import" href="../utils/mixin.html">
<script> <script>
(function() { (function() {