unreadpoly: cleanedup imports.
This commit is contained in:
parent
a905520cc6
commit
7f81d61969
@ -1,3 +1,8 @@
|
||||
<link rel="import" href="../bower_components/core-ajax/core-ajax.html">
|
||||
<link rel="import" href="../bower_components/core-header-panel/core-header-panel.html">
|
||||
|
||||
<link rel="import" href="../bower_components/paper-fab/paper-fab.html">
|
||||
|
||||
<link rel="import" href="../bower_components/polymer/polymer.html">
|
||||
|
||||
<link rel="import" href="../elements/xinu-email-unread.html">
|
||||
|
||||
@ -1,3 +1,5 @@
|
||||
<link rel="import" href="../bower_components/paper-item/paper-item.html">
|
||||
|
||||
<link rel="import" href="../bower_components/polymer/polymer.html">
|
||||
|
||||
<polymer-element name="xinu-email-unread" attributes="boxes" noscript>
|
||||
|
||||
@ -12,17 +12,11 @@
|
||||
<script src="bower_components/platform-dev/platform.js"></script>
|
||||
|
||||
<!-- 2. Use an HTML Import to bring in the element. -->
|
||||
<link rel="import" href="bower_components/core-ajax/core-ajax.html">
|
||||
<link rel="import" href="bower_components/core-header-panel/core-header-panel.html">
|
||||
<link rel="import" href="bower_components/core-icon/core-icon.html">
|
||||
<link rel="import" href="bower_components/core-icons/core-icons.html">
|
||||
<link rel="import" href="bower_components/core-menu/core-menu.html">
|
||||
|
||||
<link rel="import" href="bower_components/font-roboto/roboto.html">
|
||||
|
||||
<link rel="import" href="bower_components/paper-fab/paper-fab.html">
|
||||
<link rel="import" href="bower_components/paper-item/paper-item.html">
|
||||
|
||||
<link rel="import" href="elements/xinu-email-app.html">
|
||||
|
||||
<style>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user