Where are Views defined when implementing Adobe Target in an SPA?
When adding Adobe Target to an SPA (https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/deploy-at-js/target-atjs-single-page-application.html?lang=en), where are the actual Views defined that you call `triggerView()` on? If I create them as components in my application, how do I get Adobe Target to know about them?