The code to paste for import note-app is:
<link rel="import" href="bower_components/note-app/common/note-app/na-elements.html">
and it show a not found error, when i think should be:
<link rel="import" href="bower_components/note-app-elements/na-elements.html">
Build a Progressive Web App with Firebase, Polymerfire and Polymer Components
On Step 16: https://codelabs.developers.google.com/codelabs/polymer-firebase-pwa/index.html?index=..%2F..%2Fpolymer-summit-2016&viewga=UA-39334307-12#15
The code to paste for import note-app is:
<link rel="import" href="bower_components/note-app/common/note-app/na-elements.html">
and it show a not found error, when i think should be:<link rel="import" href="bower_components/note-app-elements/na-elements.html">