/**
 * Do not modify this file, it is auto-generated.
 *
 * This file is for registering components with Vue via Vue.component()
 */
import Vue from 'vue';
{{#each .}}
Vue.component('{{{layoutSelector}}}', () => import(/* webpackChunkName: "{{{fileName}}}" */'{{{registrationPath}}}'));
{{/each}}

