If you import a component with a name that conflicts with the component you're generating, you generate invalid JavaScript. This means that for example this file has to be called guidePage.html instead of just guide.html (reflecting its /guide URL), because it imports Guide. Ugh.
If you import a component with a name that conflicts with the component you're generating, you generate invalid JavaScript. This means that for example this file has to be called
guidePage.htmlinstead of justguide.html(reflecting its/guideURL), because it importsGuide. Ugh.