/**
*
* This file was generated. To edit the contents edit the
* .ironrc file for your project.
*
*/

export default {
{{#each components}}
    '{{ this }}' : require( './../../components/{{ this }}/{{ this }}.js' ),
{{/each}}
}
