Closed matthewp closed 6 years ago
When using the new canjs routing setup, you want the default export to be the Component so that you can do:
const Component = (await import('something.component')).default; new Component()
When using the new canjs routing setup, you want the default export to be the Component so that you can do: