🍕 Add polymer imports to default elms

Fixes #89
This commit is contained in:
Sam Saccone
2015-09-08 16:10:44 -07:00
parent 3c59fb1ba9
commit cbaad24d0a
2 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ 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="../../bower_components/polymer/polymer.html">
<dom-module id="my-greeting"> <dom-module id="my-greeting">
<template> <template>

View File

@@ -7,6 +7,7 @@ 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="../../bower_components/polymer/polymer.html">
<dom-module id="my-list"> <dom-module id="my-list">
<template> <template>