Skip to content

Commit

Permalink
Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
JosefJezek committed Jan 2, 2019
1 parent 7e8870a commit 77f20cd
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions firebase-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,7 @@

<link rel="import" href="../polymer/polymer.html">
<link rel="import" href="firebase-app-script.html">
<!-- TODO(cdata): Remove all of the imports below this line when it is possible
to lazy load Firebase scripts alongside Custom Elements v1 upgrade order -->
<link rel="import" href="firebase-database-script.html">
<link rel="import" href="firebase-auth-script.html">
<link rel="import" href="firebase-storage-script.html">
<link rel="import" href="firebase-messaging-script.html">
<link rel="import" href="firebase-firestore-script.html">
<link rel="import" href="firebase-functions-script.html">

<dom-module id="firebase-app">
<script>
(function() {
Expand Down

0 comments on commit 77f20cd

Please sign in to comment.