Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export components, etc. all from addon/index.js #125

Open
job13er opened this issue Mar 29, 2017 · 0 comments
Open

Export components, etc. all from addon/index.js #125

job13er opened this issue Mar 29, 2017 · 0 comments

Comments

@job13er
Copy link

job13er commented Mar 29, 2017

Currently, consumers who want to extend frost-list-item need to import it using:

import FrostListItem from 'ember-frost-list/components/frost-list-item'

They should be able to just do:

import {FrostListItem} from 'ember-frost-list'
@job13er job13er changed the title Export components/etc all from addon/index.js Export components, etc. all from addon/index.js Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant