stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

Fixes #51: Removing app-profile removes routing #57

Closed prodrammer closed 4 years ago

prodrammer commented 6 years ago

Creating this pull request to address issue #51. If a user deletes the app-profile component, the stencil router will stop working. The fix is to add a single line to import the router in the app-root component.