mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Correct import paths
This commit is contained in:
@@ -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
|
||||
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="path.html">
|
||||
<link rel="import" href="mixin.html">
|
||||
<link rel="import" href="../utils/boot.html">
|
||||
<link rel="import" href="../utils/path.html">
|
||||
<link rel="import" href="../utils/mixin.html">
|
||||
|
||||
<script>
|
||||
(function() {
|
||||
|
||||
Reference in New Issue
Block a user