Moved original components to addon/components. Added scripts to app/components which simply export the original components. See related issue for explanation.
The templates remain in app/templates/components, since they need to be part of the application namespace.
Resolves #80
Moved original components to
addon/components
. Added scripts toapp/components
which simply export the original components. See related issue for explanation.The templates remain in
app/templates/components
, since they need to be part of the application namespace.